Click or drag to resize

PropertyAccess methods

The PropertyAccess Type exposes the following members.

Methods
 NameDescription of the
Public MethodGetStringValue Returns exactly one value for a key. If there is no value for the key, defaultValue is returned.
Public MethodGetStringValues Returns a string array for a key. If there is no value for the key, defaultValue is returned. Returns only a single value packed as an array, may have to be be extended.
Public MethodGetValueT Returns exactly one value for a key. If there is no value for the key or the value is not of type T, defaultValue is returned.
Back to the top
See also