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