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