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