AppSettingCollectionItem(Guid, String) Property |
Gets the setting associated with the specified name and module 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 moduleId,
string settingName
] { get; }Public ReadOnly Default Property Item (
moduleId As Guid,
settingName As String
) As AppSetting
Get
public:
property AppSetting^ default[Guid moduleId, String^ settingName] {
AppSetting^ get (Guid moduleId, String^ settingName);
}member Item : AppSetting with get
Parameters
- moduleId Guid
- The module ID.
- settingName String
- The setting name.
Return Value
AppSettingThe setting associated with the specified name and module ID.
Exceptions
See Also