|  | IObjectLibraryGetBooleanGroupValue Method (String, String, Boolean) | 
 
            Gets the value of a group property as a boolean, or a default value if the
            specified property does not exist or its value can not be properly converted.
            
 
    Namespace: 
   Mastersign.Bench.PropertyCollections
    Assembly:
   BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
 Syntax
Syntaxbool GetBooleanGroupValue(
	string group,
	string name,
	bool def
)
Function GetBooleanGroupValue ( 
	group As String,
	name As String,
	def As Boolean
) As Boolean
Parameters
- group
- Type: SystemString
 The group of the property.
- name
- Type: SystemString
 The name of the property.
- def
- Type: SystemBoolean
 The default value.
Return Value
Type: 
BooleanA boolean or 
def if the property does not exist,
            or its value can not be properly converted.
 See Also
See Also