adTempus API
ArcanaDevelopment.adTempus.Client Namespace / CustomTrigger Class / CustomObjectTypeID Property


In This Topic
    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