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


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