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