AdministrationModule(String) Constructor
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.
Initializes a new instance of the AdministrationModule class.
public:
AdministrationModule(System::String ^ name);
public AdministrationModule (string name);
new Microsoft.Web.Management.Server.AdministrationModule : string -> Microsoft.Web.Management.Server.AdministrationModule
Public Sub New (name As String)
Parameters
- name
- String
The name of the new module.
Exceptions
name
is null
.
Remarks
To access the value supplied in the name
parameter, use the Name property.