BindingElementUsageUniqueName Property |
Gets or sets the unique name of the column this binding is acting on.
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 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 unique name.
See Also