adTempus API
ArcanaDevelopment.adTempus.Client Namespace / NetworkConnection Class / Credentials Property


In This Topic
    Credentials Property (NetworkConnection)
    In This Topic
    The credentials to use for this connection
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property Credentials As CredentialProfile
    [CanBeNull()]
    public CredentialProfile Credentials {get; set;}
    [CanBeNull()]
    public:
    property CredentialProfile^ Credentials {
       CredentialProfile^ get();
       void set (    CredentialProfile^ value);
    }
    Remarks
    If Credentials are set to a null reference (Nothing in Visual Basic) the connection is made under the main identity of the Job.
    See Also