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