IZfePropertiesGetProperty Method |
Retrieves a property value.
Namespace:
MicroFocus.ZFE.Connector
Assembly:
MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 1.4.444.0 (1.4.444.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