Click or drag to resize

IZfeProperties Interface

An object for passing properties to the ZFE Connector objects.

Namespace:  MicroFocus.ZFE.Connector
Assembly:  MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 1.3.379.0 (1.3.379.0)
Syntax
public interface IZfeProperties

The IZfeProperties type exposes the following members.

Properties
  NameDescription
Public propertyKeys
Returns an array of key values contained within this properties object.
Top
Methods
  NameDescription
Public methodGetProperty
Retrieves a property value.
Public methodRemoveProperty
Removes the key and its value.
Public methodSetProperty
Sets a property.
Top
Remarks
For a list of supported property keys, see IZfePropertyKeys
See Also