adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ConnectionDescriptor Class / UseDefaultInstance Property


In This Topic
    UseDefaultInstance Property
    In This Topic
    Indicates whether this descriptor uses the default instance
    Syntax
    'Declaration
     
    
    Public ReadOnly Property UseDefaultInstance As Boolean
    public bool UseDefaultInstance {get;}
    public:
    property bool UseDefaultInstance {
       bool get();
    }
    Remarks
    This property is shorthand for checking the value of the InstanceName.
    See Also