IPluginStorageRemove Method
Removes an existing value for the current plug-in and the specified key.
Namespace: SMath.ExtensibilityAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
bool Remove(
string key
)
Function Remove (
key As String
) As Boolean
bool Remove(
String^ key
)
abstract Remove :
key : string -> bool
- key String
- Key to remove the value by.
Boolean