[NotNullAttribute]
string PropertyClass { get; set; }
<NotNullAttribute>
Property PropertyClass As String
Get
Set
[NotNullAttribute]
property String^ PropertyClass {
String^ get ();
void set (String^ value);
}
[<NotNullAttribute>]
abstract PropertyClass : string with get, set