|  | IGroupedPropertyCollectionGetGroupValue Method (String, 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
SyntaxObject GetGroupValue(
	string group,
	string name,
	Object def
)
Function GetGroupValue ( 
	group As String,
	name As String,
	def As Object
) As Object
Parameters
- group
- Type: SystemString
 The group of the property.
- name
- Type: SystemString
 The name of the property.
- def
- Type: SystemObject
 The default value.
Return Value
Type: 
ObjectThe value of the specified property, or 
def
            in case the specified value does not exist.
 See Also
See Also