IZfePropertiesSetProperty Method |
Sets a property.
Namespace:
MicroFocus.ZFE.Connector
Assembly:
MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 2.1.1566.0 (2.1.1566.0)
Syntax void SetProperty(
string key,
string value
)
Sub SetProperty (
key As String,
value As String
)
Parameters
- key
- Type: SystemString
The property name. - value
- Type: SystemString
The property value.
Remarks See Also