Click or drag to resize

GroupedPropertyCollectionSetGroupDocumentation 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
public void SetGroupDocumentation(
	string group,
	string docs
)

Parameters

group
Type: SystemString
The group to attach the documentation to.
docs
Type: SystemString
The documentation text.

Implements

IGroupedPropertyTargetSetGroupDocumentation(String, String)
See Also