Share via


AdministrationModuleCollection.Add(String) Method

Definition

Adds the administration module that has the specified name to the collection.

public:
 void Add(System::String ^ moduleName);
public void Add (string moduleName);
member this.Add : string -> unit
Public Sub Add (moduleName As String)

Parameters

moduleName
String

The name of the AdministrationModule object to add to the collection.

Remarks

This method is not intended to be used by IIS Manager.

The name of AdministrationModule object must be unique in the AdministrationModuleCollection object.

Applies to