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