| IObjectLibrarySetGroupValue Method (String, String, Int32) |
Sets an integer value for the specified group property.
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,
int value
)
Sub SetGroupValue (
group As String,
name As String,
value As Integer
)
Parameters
- group
- Type: SystemString
The group of the property. - name
- Type: SystemString
The name of the property. - value
- Type: SystemInt32
The new integer value for the property.
See Also