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