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)
SyntaxObject GetValueObject(
string valueName,
Object defaultValue
)
Function GetValueObject (
valueName As String,
defaultValue As Object
) As Object
Object^ GetValueObject(
String^ valueName,
Object^ defaultValue
)
abstract GetValueObject :
valueName : string *
defaultValue : Object -> Object
Parameters
- valueName
- Type: SystemString
Name of field who's value we want to get - defaultValue
- Type: SystemObject
Value of specified field
Return Value
Type:
Objectalue of specified field
See Also