public string BusinessObjectFieldName { get; set; }Public Property BusinessObjectFieldName As String
Get
Setpublic:
property String^ BusinessObjectFieldName {
String^ get ();
void set (String^ value);
}member BusinessObjectFieldName : string with get, set