HierarchyInfo.Select 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.
Navigates to the calling HierarchyInfo
derived object in the IIS Manager Connections pane.
public:
bool Select();
public bool Select ();
member this.Select : unit -> bool
Public Function Select () As Boolean
Returns
true
if IIS Manager can move to the current HierarchyInfo; otherwise, false
.
Examples
The following example calls Select.
public void mySelect()
{
Select();
}
Remarks
Select also invalidates all child nodes of the HierarchyInfo.