IClientConfigAccessGetValueInt Method |
Get the value of the specified field.
Namespace:
Kratos_3.Interfaces
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
SyntaxNullable<int> GetValueInt(
string valueName,
Nullable<int> defaultValue
)
Function GetValueInt (
valueName As String,
defaultValue As Nullable(Of Integer)
) As Nullable(Of Integer)
Nullable<int> GetValueInt(
String^ valueName,
Nullable<int> defaultValue
)
abstract GetValueInt :
valueName : string *
defaultValue : Nullable<int> -> Nullable<int>
Parameters
- valueName
- Type: SystemString
Name of field who's value we want to get - defaultValue
- Type: SystemNullableInt32
Value of specified field
Return Value
Type:
NullableInt32Value of specified field
Exceptions
See Also