StyleAdapterData 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.Entities.Views.Styles
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public string AdapterData { get; set; }

Property Value

Type: String
The adapter data.
See Also