SummaryLinkCollection.Item property (String)
Gets a SummaryLink object from the collection.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
id As String _
) As SummaryLink
Get
'Usage
Dim instance As SummaryLinkCollection
Dim id As String
Dim value As SummaryLink
value = instance(id)
public SummaryLink this[
string id
] { get; }
Parameters
id
Type: System.StringIdentifier of the summary link.
Property value
Type: Microsoft.SharePoint.Publishing.SummaryLink
The SummaryLink that has Order equal to the id.
Remarks
The identifier of the SummaryLink is the Order property. This property will change when items are added to or removed from the collection.