Click or drag to resize

GroupedPropertyCollectionResetGroupValue Method

Resets the specified group property.

Namespace:  Mastersign.Bench.PropertyCollections
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public void ResetGroupValue(
	string groupName,
	string propertyName
)

Parameters

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

Implements

IGroupedPropertyTargetResetGroupValue(String, String)
See Also