AdapterDataLegendId Property |
Gets or sets the ID of the legend.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "legendId", EmitDefaultValue = false)]
public string LegendId { get; set; }
<DataMemberAttribute(Name := "legendId", EmitDefaultValue := false)>
Public Property LegendId As String
Get
Set
public:
[DataMemberAttribute(Name = L"legendId", EmitDefaultValue = false)]
property String^ LegendId {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "legendId", EmitDefaultValue = false)>]
member LegendId : string with get, set
Property Value
Type:
String
The ID of the legend.
See Also