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