AppSettingCollectionItem(Guid) Property |
Gets the setting associated with the specified ID.
Namespace: Dundas.BI.ConfigurationAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 Guid
- The setting ID.
Return Value
AppSettingThe setting associated with the specified ID.
Exceptions
See Also