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.
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