HpsvContext.Remove Method |  |
Removes value for a given key
Namespace:
HP.SV.DotNetRuleApi
Assembly:
HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntaxpublic bool Remove(
string key
)
Parameters
- key
- Type: System.String
The key of the value to add.
Return Value
Type:
BooleanTrue if the key was removed from the context.
Exceptions
See Also