Click or drag to resize

IObjectLibraryGetBooleanGroupValue Method (String, String)

Gets the value of a group property as a boolean.

Namespace:  Mastersign.Bench.PropertyCollections
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
bool GetBooleanGroupValue(
	string group,
	string name
)

Parameters

group
Type: SystemString
The group of the property.
name
Type: SystemString
The name of the property.

Return Value

Type: Boolean
A boolean or false if the property does not exist, or its value can not be properly converted.
See Also