IAppConfigGetInt32 Method |
Gets the effective value of the specified configuration setting as an
Int32.
Namespace: Dundas.BI.ConfigurationAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxint GetInt32(
Guid settingId
)
Function GetInt32 (
settingId As Guid
) As Integer
int GetInt32(
Guid settingId
)
abstract GetInt32 :
settingId : Guid -> int Parameters
- settingId Guid
- The ID of the setting.
Return Value
Int32
The effective value of the setting with the specified ID.
Exceptions
See Also