Click or drag to resize

IClientConfigAccess Methods

The IClientConfigAccess type exposes the following members.

Methods
  NameDescription
Public methodGetValueT
Public methodGetValueBool
Get the value of the specified field as a boolean
Public methodGetValueInt
Get the value of the specified field.
Public methodGetValueObject
Get the value of the specified field as an object
Public methodGetValueString
Get the value of the specified field.
Public methodSetValue(String, Boolean)
Set the value of the specified field
Public methodSetValue(String, Int32)
Set the value of the specified field.
Public methodSetValue(String, Int64)
Set the value of the specified field
Public methodSetValue(String, Object)
Public methodSetValue(String, String)
Set the value of the specified field
Top
See Also