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.StringThe application that the collection belongs to.
collection
Type: System.StringThe name of the specific collection to delete.
See Also
ISettingsProviderContract Interface
Microsoft.WindowsServerSolutions.Settings Namespace
Return to top