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