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
- index
Type: System.String
Property Value
Type: System.Object
A reference to the object that is the field value.
See Also
Reference
PortalListItemSiteMapNode Class