HierarchyRenameEventArgs(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 HierarchyRenameEventArgs class.
public:
HierarchyRenameEventArgs(System::String ^ label);
public HierarchyRenameEventArgs (string label);
new Microsoft.Web.Management.Client.HierarchyRenameEventArgs : string -> Microsoft.Web.Management.Client.HierarchyRenameEventArgs
Public Sub New (label As String)
Parameters
- label
- String
The new page name.
Remarks
The label
parameter is the name of the page when it is displayed in the Connections pane of IIS Manager.