public string? File { get; set; }
Public Property File As String Get Set
public: property String^ File { String^ get (); void set (String^ value); }
member File : string with get, set
In This Article