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