AdministrationModuleCollection.Remove(String) Method

Definition

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.

Applies to