AddElementOptionsElementUniqueName Property  | 
 
            Gets or sets the name of the element to add. This may be the name of the hierarchy.
            
 
    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 = "elementUniqueName", EmitDefaultValue = false)]
public string ElementUniqueName { get; set; }<DataMemberAttribute(Name := "elementUniqueName", EmitDefaultValue := false)>
Public Property ElementUniqueName As String
	Get
	Set
public:
[DataMemberAttribute(Name = L"elementUniqueName", EmitDefaultValue = false)]
property String^ ElementUniqueName {
	String^ get ();
	void set (String^ value);
}[<DataMemberAttribute(Name = "elementUniqueName", EmitDefaultValue = false)>]
member ElementUniqueName : string with get, set
Property Value
Type: 
String
            The name of the element.
            
See Also