LevelProperty.ParentLevel Property

Gets a Level that contains the LevelProperty.

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

Syntax

'Declaration
Public ReadOnly Property ParentLevel As Level 
    Get
'Usage
Dim instance As LevelProperty 
Dim value As Level 

value = instance.ParentLevel
public Level ParentLevel { get; }
public:
property Level^ ParentLevel {
    Level^ get ();
}
member ParentLevel : Level
function get ParentLevel () : Level

Property Value

Type: Microsoft.AnalysisServices.AdomdServer.Level
A Level that contains the LevelProperty.

Remarks

The ParentLevel property returns a level that contains the property the LevelProperty represents.

See Also

Reference

LevelProperty Class

Microsoft.AnalysisServices.AdomdServer Namespace