AdministrationModuleCollection.Remove(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes the specified administration module from the collection.
public:
bool Remove(System::String ^ moduleName);
public bool Remove (string moduleName);
member this.Remove : string -> bool
Public Function Remove (moduleName As String) As Boolean
Parameters
- moduleName
- String
The name of the AdministrationModule object to remove from the collection.
Returns
true
if the module is successfully removed from the collection; otherwise, false
.
Remarks
This method is not intended to be used by IIS Manager.