| IGroupedPropertyTargetSetGroupDocumentation Method |
attaches documentation to a group.
Namespace:
Mastersign.Bench.PropertyCollections
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax void SetGroupDocumentation(
string group,
string docs
)
Sub SetGroupDocumentation (
group As String,
docs As String
)
Parameters
- group
- Type: SystemString
The group to attach the documentation to. - docs
- Type: SystemString
The documentation text.
See Also