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


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