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