 | IGroupedPropertyTargetSetGroupMetadata 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)
Syntaxvoid SetGroupMetadata(
string group,
Object metadata
)
Sub SetGroupMetadata (
group As String,
metadata As Object
)
Parameters
- group
- Type: SystemString
The group to attach the metadata to. - metadata
- Type: SystemObject
The metadata object.
See Also