| IGroupedPropertyTargetSetGroupValue Method |
Sets the value of the specified property.
If the property did exist until now, it is created.
Namespace:
Mastersign.Bench.PropertyCollections
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax void SetGroupValue(
string group,
string name,
Object value
)
Sub SetGroupValue (
group As String,
name As String,
value As Object
)
Parameters
- group
- Type: SystemString
The group of the property. - name
- Type: SystemString
The name of the property. - value
- Type: SystemObject
The new value for the property.
See Also