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


In This Topic
    DatabaseType Property
    In This Topic
    The type of database to connect to.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property DatabaseType As String
    [CanBeNull()]
    public string DatabaseType {get; set;}
    [CanBeNull()]
    public:
    property String^ DatabaseType {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    See Also