Version

TryGetMember Method

Returns a reference to the Member with the specified unique name, or null if the member does not exist.
Syntax
'Declaration
 
Public Function TryGetMember( _
   ByVal memberUniqueName As String, _
   ByRef member As Infragistics.Olap.Core.Data.Member _
) As Boolean
public bool TryGetMember( 
   string memberUniqueName,
   out Infragistics.Olap.Core.Data.Member member
)

Parameters

memberUniqueName
The unique name of the Member to return.
member
[out] Upon return, contains a reference to the Member, or null if the Member does not exist.

Return Value

A boolean value indicating whether the member was found.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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