 | IGroupedPropertySourceGetGroupMetadata Method |
Gets the metadata object, attached to the specified group,
or null if the group has no metadata attached.
Namespace:
Mastersign.Bench.PropertyCollections
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
SyntaxObject GetGroupMetadata(
string group
)
Function GetGroupMetadata (
group As String
) As Object
Parameters
- group
- Type: SystemString
The group in question.
Return Value
Type:
ObjectThe metadata object attached to the given group, or
null.
See Also