public string Description { get; protected set; }
Public Property Description As String
Get
Protected Set
public:
property String^ Description {
String^ get ();
protected: void set (String^ value);
}
member Description : string with get, set