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 (24.3.0.1000)
Syntax public string LevelUniqueName { get; set; }
Public Property LevelUniqueName As String
Get
Set
public:
property String^ LevelUniqueName {
String^ get ();
void set (String^ value);
}
member LevelUniqueName : string with get, set
Property Value
Type:
String
The name of the level unique.
See Also