| GroupedPropertyCollectionGetStringListGroupValue Method (String, String) |
Gets the value of a group property as a string array.
Namespace:
Mastersign.Bench.PropertyCollections
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public string[] GetStringListGroupValue(
string group,
string name
)
Public Function GetStringListGroupValue (
group As String,
name As String
) As String()
Parameters
- group
- Type: SystemString
The group of the property. - name
- Type: SystemString
The name of the property.
Return Value
Type:
StringA string array, that may be empty if the property does not exist,
or its value can not be properly converted.
Implements
IObjectLibraryGetStringListGroupValue(String, String)See Also