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