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: 6.0.0.0 (6.0.6225.27214)
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