Click or drag to resize

IClientConfigAccessGetValueObject Method

Get the value of the specified field as an object

Namespace:  Kratos_3.Interfaces
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
Object GetValueObject(
	string valueName,
	Object defaultValue
)

Parameters

valueName
Type: SystemString
Name of field who's value we want to get
defaultValue
Type: SystemObject
Value of specified field

Return Value

Type: Object
alue of specified field
See Also