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