DataSourceData Properties Property Ankiro Enterprise Suite Reference Documentation
The collection of properties associated with the data source. Data source properties should be oriented towards the set of properties that exist in the external data store from which search content is read.

Namespace: Ankiro.SearchServer.Data
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Syntax

public IList<DataSourcePropertyData> Properties { get; set; }

Property Value

Type: IList DataSourcePropertyData 
See Also