Click or drag to resize

PropertyCollectionGetValue Method (String)

Gets the value of the specified property.

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

Parameters

name
Type: SystemString
The name of the property.

Return Value

Type: Object
The value of the specified property, or null if the property does not exist.

Implements

IPropertySourceGetValue(String)
See Also