IAppConfigGetString Method |
Gets the effective value of the specified configuration setting as a String.
Namespace:
Dundas.BI.Configuration
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxstring GetString(
Guid settingId
)
Function GetString (
settingId As Guid
) As String
String^ GetString(
Guid settingId
)
abstract GetString :
settingId : Guid -> string
Parameters
- settingId
- Type: SystemGuid
The ID of the setting.
Return Value
Type:
String
The effective value of the setting with the specified ID.
Exceptions| Exception | Condition |
|---|
| InvalidCastException | The value for the specified setting is not a String. |
| ArgumentException | settingId is Empty. |
| NotFoundException | There was no registered setting corresponding to the provided setting ID. |
See Also