HierarchyInfoSyncSelectionEventArgs.HierarchyInfo 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.
Gets or sets the hierarchy of objects in a module.
public:
property Microsoft::Web::Management::Client::HierarchyInfo ^ HierarchyInfo { Microsoft::Web::Management::Client::HierarchyInfo ^ get(); void set(Microsoft::Web::Management::Client::HierarchyInfo ^ value); };
public Microsoft.Web.Management.Client.HierarchyInfo HierarchyInfo { get; set; }
member this.HierarchyInfo : Microsoft.Web.Management.Client.HierarchyInfo with get, set
Public Property HierarchyInfo As HierarchyInfo
Property Value
The HierarchyInfo object.