| IGroupedPropertyTargetResetGroupValue 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 void ResetGroupValue(
string group,
string name
)
Sub ResetGroupValue (
group As String,
name As String
)
Parameters
- group
- Type: SystemString
The group of the property. - name
- Type: SystemString
The name of the property.
See Also