ParameterMappingItemElementUsageUniqueName Property  | 
 
            Gets or sets the name of the element usage unique.
            
 
    Namespace: 
   Dundas.BI.Entities.Views
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string? ElementUsageUniqueName { get; set; }Public Property ElementUsageUniqueName As String
	Get
	Set
public:
property String^ ElementUsageUniqueName {
	String^ get ();
	void set (String^ value);
}member ElementUsageUniqueName : string with get, set
Property Value
Type: 
String
            The name of the element usage unique.
            
See Also