BindingTargetName Property |
Gets or sets the name of the binding target.
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 TargetName { get; set; }
Public Property TargetName As String
Get
Set
public:
property String^ TargetName {
String^ get ();
void set (String^ value);
}
member TargetName : string with get, set
Property Value
Type:
String
The name of the binding target.
See Also