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


In This Topic
    Credentials Property (WMITrigger)
    In This Topic
    The credentials to use to execute the query
    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 not specified, the query is executed in the main security context of the job.
    See Also