Class PositionInfo
Represents the position information.
Inheritance
System.Object
PositionInfo
Namespace: Syncfusion.Olap.UWP.Engine
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class PositionInfo : Object
Constructors
PositionInfo()
Declaration
public PositionInfo()
Properties
HierarchyUniqueName
Gets or sets the unique name of the hierarchy.
Declaration
public string HierarchyUniqueName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The unique name of the hierarchy. |
UniqueName
Gets or sets the unique name of the position.
Declaration
public string UniqueName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The unique name of the position. |