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

In This Topic
    Credentials Property (ComputerMonitor)
    In This Topic
    The credentials to use to connect to the server, if different from the job's credentials.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property Credentials As CredentialProfile
    [CanBeNull()]
    public CredentialProfile Credentials {get; set;}
    See Also