IAppConfigGetInt32 Method

Gets the effective value of the specified configuration setting as an Int32.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
int GetInt32(
	Guid settingId
)

Parameters

settingId
Type: SystemGuid
The ID of the setting.

Return Value

Type: Int32
The effective value of the setting with the specified ID.
Exceptions
ExceptionCondition
InvalidCastExceptionThe value for the specified setting is not an Int32.
ArgumentExceptionsettingId is Empty.
NotFoundExceptionThere was no registered setting corresponding to the provided setting ID.
See Also