AppSettingCollectionItem Property (Guid) | 
 
            Gets the setting associated with the specified ID.
            
 
    Namespace: 
   Dundas.BI.Configuration
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic AppSetting this[
	Guid settingId
] { get; }Public ReadOnly Default Property Item ( 
	settingId As Guid
) As AppSetting
	Get
public:
property AppSetting^ default[Guid settingId] {
	AppSetting^ get (Guid settingId);
}member Item : AppSetting with get
Parameters
- settingId
 - Type: SystemGuid
The setting ID. 
Return Value
Type: 
AppSettingThe setting associated with the specified ID.
Exceptions
See Also