Public Property DisplayName As String
public string DisplayName { get; set; }
public: property String^ DisplayName { String^ get (); void set (String^ value); }
/** @property */ public String get_DisplayName () /** @property */ public void set_DisplayName (String value)
public function get DisplayName () : String public function set DisplayName (value : String)