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