UserInterfaceExtensionID Property (IJobVariable)
In This Topic
Extension ID of the custom UI for this variable
Syntax
'Declaration
Property UserInterfaceExtensionID As String
string UserInterfaceExtensionID {get; set;}
property String^ UserInterfaceExtensionID {
String^ get();
void set ( String^ value);
}
See Also