Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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