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