UserInterfaceExtensionID Property (Condition)
In This Topic
The extension ID of the custom 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