adTempus API
ArcanaDevelopment.adTempus.Client Namespace / CredentialProfile Class / CanImpersonateSystem Property


In This Topic
    CanImpersonateSystem Property
    In This Topic
    Determines whether this profile is permitted to impersonate the adTempus system account
    Syntax
    'Declaration
     
    
    Public Property CanImpersonateSystem As Boolean
    public bool CanImpersonateSystem {get; set;}
    public:
    property bool CanImpersonateSystem {
       bool get();
       void set (    bool value);
    }
    Exceptions
    ExceptionDescription
    Thrown if the caller does not have permission to set this value
    Remarks
    The caller must be an adTempus Administrator to set this value.
    See Also