Click or drag to resize

IZfePropertiesGetProperty Method

Retrieves a property value.

Namespace:  MicroFocus.ZFE.Connector
Assembly:  MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 1.1.30312.0 (1.1.30312.0)
Syntax
string GetProperty(
	string key
)

Parameters

key
Type: SystemString
The name of the property to retrieve.

Return Value

Type: String
The property's value or null of the property does not exist.
Remarks
For a list of supported property keys, see IZfePropertyKeys
See Also