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