Delete Method |
Top Previous Next |
Deletes the profile specified.
VB.NET Syntax
Profiles.Delete (SubKey As String, Profile As String)
C# Syntax
Profiles.Delete (string SubKey, string Profile);
Remarks
SubKey parameter is the subkey of the caller control and Profile parameter is the name of the configuration that is going to be deleted.
See also Key and FileName properties, and Rename method.
|