IZfePropertiesGetProperty Method |
Retrieves a property value.
Namespace:
MicroFocus.ZFE.Connector
Assembly:
MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 2.1.1646.0 (2.1.1646.0)
Syntax string GetProperty(
string key
)
Function GetProperty (
key As String
) As String
Parameters
- key
- Type: SystemString
The name of the property to retrieve.
Return Value
Type:
StringThe property's value or null of the property does not exist.
Remarks See Also