Click or drag to resize

IZfePropertiesSetProperty Method

Sets a property.

Namespace:  MicroFocus.ZFE.Connector
Assembly:  MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 1.1.30312.0 (1.1.30312.0)
Syntax
void SetProperty(
	string key,
	string value
)

Parameters

key
Type: SystemString
The property name.
value
Type: SystemString
The property value.
Remarks
For a list of supported property keys, see IZfePropertyKeys
See Also