CustomObjectTypeID Property (ICustomObject)
In This Topic
Gets the unique identification string for this class.
Syntax
'Declaration
<NotNullAttribute()>
ReadOnly Property CustomObjectTypeID As String
[NotNull()]
string CustomObjectTypeID {get;}
[NotNull()]
property String^ CustomObjectTypeID {
String^ get();
}
See Also