AdministrationModuleCollection.Add(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.
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.