MemberValueDataLevelUniqueName Property  | 
 
            Gets the compatible unique name of the member's level, which all similar members based on the same external hierarchy share.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.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
See Also