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


In This Topic
    DnsIdentity Property
    In This Topic
    The DNS identity set for the connection
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DnsIdentity As String
    public string DnsIdentity {get;}
    public:
    property String^ DnsIdentity {
       String^ get();
    }
    Remarks
    This property returns the value of the "dnsidentity" AdditionalProperty, or the ComputerName if no value has been set.
    See Also