Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to v2.
Gets the currently active hierarchy identifier.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property CurrentHierarchyGuid As Guid
Get
'Usage
Dim instance As HierarchyId
Dim value As Guid
value = instance.CurrentHierarchyGuid
public abstract Guid CurrentHierarchyGuid { get; }
public:
virtual property Guid CurrentHierarchyGuid {
Guid get () abstract;
}
abstract CurrentHierarchyGuid : Guid
abstract function get CurrentHierarchyGuid () : Guid
Property Value
Type: System.Guid
The currently active hierarchy identifier.
Remarks
If the HierarchyInfoGuid value does not match this property, the value is stale.