IZfePropertiesRemoveProperty Method |
Removes the key and its value.
Namespace:
MicroFocus.ZFE.Connector
Assembly:
MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 2.1.1646.0 (2.1.1646.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