SettingsStore.DeleteCollection Method (String)
Deletes the specified collection.
Namespace: Microsoft.WindowsServerSolutions.Settings
Assembly: SettingsObjectModel (in SettingsObjectModel.dll)
Syntax
public void DeleteCollection(
string collection
)
public:
void DeleteCollection(
String^ collection
)
Public Sub DeleteCollection (
collection As String
)
Parameters
collection
Type: System.StringThe collection to delete.
See Also
SettingsStore Class
Microsoft.WindowsServerSolutions.Settings Namespace
Return to top