| IGroupedPropertyTarget.SetGroupMetadata Method |
Attaches a metadata object to a group.
Namespace:
Mastersign.Bench.PropertyCollections
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax void SetGroupMetadata(
string group,
Object metadata
)
Sub SetGroupMetadata (
group As String,
metadata As Object
)
Parameters
- group
- Type: System.String
The group to attach the metadata to. - metadata
- Type: System.Object
The metadata object.
See Also