UserInterfaceExtensionData Property (Task)
In This Topic
Extension data for the customer user interface for this object
Syntax
'Declaration
Public Property UserInterfaceExtensionData As String
public string UserInterfaceExtensionData {get; set;}
public:
property String^ UserInterfaceExtensionData {
String^ get();
void set ( String^ value);
}
See Also