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