Compartilhar via


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

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.

See Also

Reference

SummaryLinkCollection Class

SummaryLinkCollection Members

Item Overload

Microsoft.SharePoint.Publishing Namespace