Level.LevelType Property

 

Gets the level type of the Level.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public LevelTypeEnum LevelType { get; }
public:
property LevelTypeEnum LevelType {
    LevelTypeEnum get();
}
member LevelType : LevelTypeEnum with get
Public ReadOnly Property LevelType As LevelTypeEnum

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.LevelTypeEnum

A LevelTypeEnum enumeration value that represents the level type of the Level.

See Also

Level Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top