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
See Also