AppSettingValuesDataAppSettings Property  | 
 
            Gets the strings.
            
 
    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 = "appSettings", EmitDefaultValue = false)]
public IList<AppSettingValueData> AppSettings { get; }<DataMemberAttribute(Name := "appSettings", EmitDefaultValue := false)>
Public ReadOnly Property AppSettings As IList(Of AppSettingValueData)
	Get
public:
[DataMemberAttribute(Name = L"appSettings", EmitDefaultValue = false)]
property IList<AppSettingValueData^>^ AppSettings {
	IList<AppSettingValueData^>^ get ();
}[<DataMemberAttribute(Name = "appSettings", EmitDefaultValue = false)>]
member AppSettings : IList<AppSettingValueData> with get
Property Value
Type: 
IListAppSettingValueData
            The strings.
            
See Also