ElementSelectorContains Method

Determines whether this instance contains the object with the specified unique name.

Namespace:  Dundas.BI.Data.CubeDescriptors
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public override bool Contains(
	string uniqueName
)

Parameters

uniqueName
Type: SystemString
The unique name.

Return Value

Type: Boolean
if contains the specified unique name; otherwise, .
See Also