Skip to content

IServerUserInfo Interface

Provides access to the current user information.

Description

The properties of IServerEnvironment2 allows access to the User and Roles of the current connection.

Members

Name Description
Read-only property Name Obtains user name.
Read-only property Roles Obtains user roles.

IServerUserInfo.Name Property

Obtains user name.

Public ReadOnly Property Name As String
public string Name {get;}

IServerUserInfo.Roles Property

Obtains user roles.

Public ReadOnly Property Roles As IEnumBSTR
public IEnumBSTR Roles {get;}

Classes that implement IServerUserInfo

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.