ISettingsProviderContract.DeleteValue Method (String, String, String)
Deletes the value associated with a specific application, collection, and key.
Namespace: Microsoft.WindowsServerSolutions.Settings
Assembly: SettingsObjectModel (in SettingsObjectModel.dll)
Syntax
[OperationContractAttribute]
void DeleteValue(
string application,
string collection,
string key
)
[OperationContractAttribute]
void DeleteValue(
String^ application,
String^ collection,
String^ key
)
<OperationContractAttribute>
Sub DeleteValue (
application As String,
collection As String,
key As String
)
Parameters
application
Type: System.StringThe application the value is found in.
collection
Type: System.StringThe specific collection the value is found in.
key
Type: System.StringThe key to delete.
See Also
ISettingsProviderContract Interface
Microsoft.WindowsServerSolutions.Settings Namespace
Return to top