This document is archived and information here might be outdated. Recommended version. |
Checks if given user is a member of agsadmin group.
[Visual Basic .NET]
Public Function IsAdminUser ( _
ByVal UserName As String _
) As Boolean
[C#]
public bool IsAdminUser (
string UserName
);
[C++]
HRESULT IsAdminUser(
BSTR UserName
);
[C++] Parameters UserName [in]
UserName is a parameter of type BSTR