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