PortalListItemSiteMapNode.Item property (String)

Indexer into field data by field name.

Namespace:  Microsoft.SharePoint.Publishing.Navigation
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As String _
) As Object
    Get
'Usage
Dim instance As PortalListItemSiteMapNode
Dim index As String
Dim value As Object

value = instance(index)
public Object this[
    string index
] { get; }

Parameters

Property value

Type: System.Object
A reference to the object that is the field value.

See also

Reference

PortalListItemSiteMapNode class

PortalListItemSiteMapNode members

Item overload

Microsoft.SharePoint.Publishing.Navigation namespace