SPAlternateUrlCollection.Item Property (Int32)

Gets the alternate request URL object at the specified index in the collection.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As SPAlternateUrl
    Get
'Usage
Dim instance As SPAlternateUrlCollection
Dim index As Integer
Dim value As SPAlternateUrl

value = instance(index)
public SPAlternateUrl this[
    int index
] { get; }

Parameters

  • index
    Type: System.Int32

    A 32-bit integer that specifies the index.

Property Value

Type: Microsoft.SharePoint.Administration.SPAlternateUrl
An SPAlternateUrl object that represents the URL.

See Also

Reference

SPAlternateUrlCollection Class

SPAlternateUrlCollection Members

Item Overload

Microsoft.SharePoint.Administration Namespace