Share via


HierarchyId.Id Property

Applies to v2.

Gets the identifier of the item in the hierarchy.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public ReadOnly Property Id As Integer 
    Get
'Usage
Dim instance As HierarchyId 
Dim value As Integer 

value = instance.Id
public int Id { get; }
public:
property int Id {
    int get ();
}
member Id : int
function get Id () : int

Property Value

Type: System.Int32
The identifier of the item in the hierarchy.

See Also

Reference

HierarchyId Class

Microsoft.WebMatrix.Extensibility Namespace