Click or drag to resize

ITeamHasMember Method

Indicates if a party is a member of the team.

Namespace:  PDTec.IceNet.Core.Database.UserManagement
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
bool HasMember(
	IParty pParty
)

Parameters

pParty
Type: PDTec.IceNet.Core.Database.UserManagementIParty
The party.

Return Value

Type: Boolean
true if the party is a member of the team, false otherwise.
See Also