Version

ContainsMemberId Method

Verifies if given Infragistics.Olap.Data.IMember.UniqueId is present in current MemberIds array.
Syntax
'Declaration
 
Public Function ContainsMemberId( _
   ByVal id As Integer _
) As Boolean
public bool ContainsMemberId( 
   int id
)

Parameters

id
The unique id of the Infragistics.Olap.Data.IMember.

Return Value

true if the given id is found, otherwise false.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also