IActiveDirectoryManager.IsUserMemberOfNTGroup Method

Determines whether a user is a member of a group.
Function IsUserMemberOfNTGroup( _ 
ByVal groupName As String, _ 
ByVal userPrincipal As UserPrincipal
) As Boolean
This language is not supported or no code example is available.
bool IsUserMemberOfNTGroup( 
string groupName
UserPrincipal userPrincipal 
)
This language is not supported or no code example is available.

Parameters

groupName
string

The name of group.

userPrincipal
UserPrincipal

The user principals.

Return Value

bool

A value indicating whether the specified user is a member of the group.

Version
 
Available since QDV 7.14.499.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition