HierarchyId.HierarchyInfoGuid Property
Applies to v2.
Gets the Hierarchy Tree identifier for the item that is used to ensure that no stale items are being reused.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public ReadOnly Property HierarchyInfoGuid As Guid
Get
'Usage
Dim instance As HierarchyId
Dim value As Guid
value = instance.HierarchyInfoGuid
public Guid HierarchyInfoGuid { get; }
public:
property Guid HierarchyInfoGuid {
Guid get ();
}
member HierarchyInfoGuid : Guid
function get HierarchyInfoGuid () : Guid
Property Value
Type: System.Guid
The Hierarchy Tree identifier.