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


In This Topic
    Identity Property
    In This Topic
    The identity information used for the connection
    Syntax
    'Declaration
     
    
    Public Property Identity As ConnectionDescriptor.IdentityInfo
    public ConnectionDescriptor.IdentityInfo Identity {get; set;}
    See Also