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
)
Function RemoveProperty (
key As String
) As Boolean
Parameters
- key
- Type: SystemString
The key to remove.
Return Value
Type:
BooleanTrue if the key was removed, false if the key was not found.
Remarks See Also