StyleDataAdapterData Property |
Gets or sets the adapter data which is stored as a JSON string. This is all the base properties from the base
Adapter class.
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 = "adapterData", EmitDefaultValue = false)]
public string AdapterData { get; set; }
<DataMemberAttribute(Name := "adapterData", EmitDefaultValue := false)>
Public Property AdapterData As String
Get
Set
public:
[DataMemberAttribute(Name = L"adapterData", EmitDefaultValue = false)]
property String^ AdapterData {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "adapterData", EmitDefaultValue = false)>]
member AdapterData : string with get, set
Property Value
Type:
String
The adapter data.
See Also