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