TemplateDataAdapterIds Property  | 
 
            Gets the collection of IDs for control adapters which are used in the template.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "adapterIds", EmitDefaultValue = false)]
public IList<string> AdapterIds { get; }<DataMemberAttribute(Name := "adapterIds", EmitDefaultValue := false)>
Public ReadOnly Property AdapterIds As IList(Of String)
	Get
public:
[DataMemberAttribute(Name = L"adapterIds", EmitDefaultValue = false)]
property IList<String^>^ AdapterIds {
	IList<String^>^ get ();
}[<DataMemberAttribute(Name = "adapterIds", EmitDefaultValue = false)>]
member AdapterIds : IList<string> with get
Property Value
Type: 
IListString
            The adapter IDs.
            
See Also