BindingLevelUniqueName Property

Gets or sets the optional level unique name associated with this element originally. This is only set if a level was specifically used to create this binding, in order for top level depth to work properly.

Namespace: Dundas.BI.Entities.Views
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public string LevelUniqueName { get; set; }

Property Value

String
The name of the level unique.
See Also