public string Category { get; set; }Public Property Category As String
Get
Setpublic:
virtual property String^ Category {
String^ get () sealed;
void set (String^ value) sealed;
}abstract Category : string with get, set
override Category : string with get, set