ElementSelector Constructor (String)

Initializes a new instance of the ElementSelector class.

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 ElementSelector(
	string uniqueName
)

Parameters

uniqueName
Type: SystemString
The unique name of the element.
See Also