adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DatabaseOperationTask Class / ActionType Property


In This Topic
    ActionType Property
    In This Topic
    The type of action to perform
    Syntax
    'Declaration
     
    
    Public Property ActionType As DatabaseTaskType
    public DatabaseTaskType ActionType {get; set;}
    public:
    property DatabaseTaskType ActionType {
       DatabaseTaskType get();
       void set (    DatabaseTaskType value);
    }
    See Also