BindingDataLevelUniqueName 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.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; }
<DataMemberAttribute(Name := "levelUniqueName", EmitDefaultValue := false)>
Public Property LevelUniqueName As String
Get
Set
public:
[DataMemberAttribute(Name = L"levelUniqueName", EmitDefaultValue = false)]
property String^ LevelUniqueName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "levelUniqueName", EmitDefaultValue = false)>]
member LevelUniqueName : string with get, set
Property Value
Type:
String
The name of the level unique.
See Also