SPAlternateUrlCollection.Item-Eigenschaft (Int32)
Ruft die alternativen Anforderungs-URL-Objekts am angegebenen Index in der Auflistung ab.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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; }
Parameter
index
Typ: System.Int3232-Bit-eine ganze Zahl, die den Index angibt.
Eigenschaftswert
Typ: Microsoft.SharePoint.Administration.SPAlternateUrl
Ein SPAlternateUrl -Objekt, das die URL darstellt.
Siehe auch
Referenz
SPAlternateUrlCollection Klasse