GroupingElementDataLevelUniqueName Property

Gets or sets the unique name of the linking level used to promote a column to a full hierarchy (if applicable).

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "levelUniqueName", EmitDefaultValue = false)]
public string LevelUniqueName { get; set; }

Property Value

Type: String
The unique name of the linking level, if applicable.
See Also