Share via


HierarchyInfo.Select Method

Definition

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.

Applies to