ElementSelector Constructor (String) |
Namespace:
Dundas.BI.Data.CubeDescriptors
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic ElementSelector(
string uniqueName
)
Public Sub New (
uniqueName As String
)
public:
ElementSelector(
String^ uniqueName
)
new :
uniqueName : string -> ElementSelectorParameters
- uniqueName
- Type: SystemString
The unique name of the element.
See Also