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