OlapCubeFindLevel Method (String) | 
 
            Finds the level by unique name.
            
 
    Namespace: 
   Dundas.BI.Data.Metadata.Olap
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic OlapLevel FindLevel(
	string uniqueName
)
Public Function FindLevel ( 
	uniqueName As String
) As OlapLevel
public:
OlapLevel^ FindLevel(
	String^ uniqueName
)
member FindLevel : 
        uniqueName : string -> OlapLevel 
Parameters
- uniqueName
 - Type: SystemString
Level unique name. 
Return Value
Type: 
OlapLevel
            An instance of 
OlapLevelor null if not found.
            
Exceptions
See Also