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

In This Topic
    InstanceName Property (ConnectionDescriptor)
    In This Topic
    The name of the instance to connect to.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property InstanceName As String
    [CanBeNull()]
    public string InstanceName {get; set;}
    Remarks
    Set to a null reference (Nothing in Visual Basic), an empty string, or "default" to connect to the default instance.
    See Also