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


In This Topic
    ImpersonationLevel Property
    In This Topic
    The impersonation level to use
    Syntax
    'Declaration
     
    
    <ReservedForFutureUseAttribute()>
    Public Property ImpersonationLevel As Integer
    [ReservedForFutureUse()]
    public int ImpersonationLevel {get; set;}
    [ReservedForFutureUse()]
    public:
    property int ImpersonationLevel {
       int get();
       void set (    int value);
    }
    Remarks
    This value is not currently used; the trigger always uses System.Management.ImpersonationLevel.Impersonate
    See Also