This document is archived and information here might be outdated. Recommended version. |
Indicates whether the connected user is an administrator or not.
[Visual Basic .NET]
Public ReadOnly Property IsConnectedUserAdministrator As Boolean
[C#]
public bool IsConnectedUserAdministrator {get;}
[C++]
HRESULT get_IsConnectedUserAdministrator(
Boolean* isAdministrator
);
[C++] Parameters isAdministrator [out, retval]
isAdministrator is a parameter of type bool*
This method returns whether the connected user is an administrator or not.