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 ID.
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
index As Guid _
) As Object
Get
'Usage
Dim instance As PortalListItemSiteMapNode
Dim index As Guid
Dim value As Object
value = instance(index)
public Object this[
Guid index
] { get; }
Parameters
- index
Type: System.Guid
Property Value
Type: System.Object
A reference to the object that is the field value.
See Also
Reference
PortalListItemSiteMapNode Class