Partager via


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.String

    The application the value is found in.

  • collection
    Type: System.String

    The specific collection the value is found in.

See Also

ISettingsProviderContract Interface
Microsoft.WindowsServerSolutions.Settings Namespace

Return to top