GroupSelectorContains Method |
Determines whether this object contains 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)
Syntaxpublic virtual bool Contains(
string uniqueName
)
Public Overridable Function Contains (
uniqueName As String
) As Boolean
public:
virtual bool Contains(
String^ uniqueName
)
abstract Contains :
uniqueName : string -> bool
override Contains :
uniqueName : string -> bool Parameters
- uniqueName
- Type: SystemString
The unique name.
Return Value
Type:
Boolean if contains the specified unique name; otherwise,
.
See Also