Partager via


ISettingsProviderContract.DeleteCollection Method (String, String)

 

Deletes a collection from an application.

Namespace:   Microsoft.WindowsServerSolutions.Settings
Assembly:  SettingsObjectModel (in SettingsObjectModel.dll)

Syntax

[OperationContractAttribute]
void DeleteCollection(
    string application,
    string collection
)
[OperationContractAttribute]
void DeleteCollection(
    String^ application,
    String^ collection
)
<OperationContractAttribute>
Sub DeleteCollection (
    application As String,
    collection As String
)

Parameters

  • application
    Type: System.String

    The application that the collection belongs to.

  • collection
    Type: System.String

    The name of the specific collection to delete.

See Also

ISettingsProviderContract Interface
Microsoft.WindowsServerSolutions.Settings Namespace

Return to top