HierarchyService.SelectedInfo Property
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.
When overridden in a derived class, gets the hierarchy information for the selected node.
public:
abstract property Microsoft::Web::Management::Client::HierarchyInfo ^ SelectedInfo { Microsoft::Web::Management::Client::HierarchyInfo ^ get(); };
public abstract Microsoft.Web.Management.Client.HierarchyInfo SelectedInfo { get; }
member this.SelectedInfo : Microsoft.Web.Management.Client.HierarchyInfo
Public MustOverride ReadOnly Property SelectedInfo As HierarchyInfo
Property Value
The node that is currently selected.
Remarks
This property gets information for the node that is currently selected in the Connections pane in IIS Manager.