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