Member.LevelName Property

Gets the name of the level that contains the Member.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property LevelName As String 
    Get
'Usage
Dim instance As Member 
Dim value As String 

value = instance.LevelName
public string LevelName { get; }
public:
property String^ LevelName {
    String^ get ();
}
member LevelName : string
function get LevelName () : String

Property Value

Type: String
A String that contains the name of the level that contains the Member.

See Also

Reference

Member Class

Microsoft.AnalysisServices.AdomdServer Namespace