Click or drag to resize

IZfePropertiesRemoveProperty Method

Removes the key and its value.

Namespace:  MicroFocus.ZFE.Connector
Assembly:  MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 1.4.444.0 (1.4.444.0)
Syntax
bool RemoveProperty(
	string key
)

Parameters

key
Type: SystemString
The key to remove.

Return Value

Type: Boolean
True if the key was removed, false if the key was not found.
Remarks
For a list of supported property keys, see IZfePropertyKeys
See Also