| IGroupedPropertySourceGetGroupDocumentation Method |
Gets the documentation text, attached to the specified group,
or null if the group has no documentation attached.
Namespace:
Mastersign.Bench.PropertyCollections
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax string GetGroupDocumentation(
string group
)
Function GetGroupDocumentation (
group As String
) As String
Parameters
- group
- Type: SystemString
The group in question.
Return Value
Type:
StringA string with the Markdown documentation text, or
null.
See Also