Click or drag to resize

IPropertyCollectionGetValue Method (String, Object)

Gets the value of the specified property, or a given default value, in case the specified property does not exist.

Namespace:  Mastersign.Bench.PropertyCollections
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
Object GetValue(
	string name,
	Object def
)

Parameters

name
Type: SystemString
The name of the property.
def
Type: SystemObject
The default value.

Return Value

Type: Object
The value of the specified property, or def in case the specified value does not exist.
See Also