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