SPAlternateUrlCollection.Item property (String)
Gets the alternate request URL object with the specified incoming URL from the collection.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
incomingUrl As String _
) As SPAlternateUrl
Get
'Usage
Dim instance As SPAlternateUrlCollection
Dim incomingUrl As String
Dim value As SPAlternateUrl
value = instance.Item(incomingUrl)
public SPAlternateUrl this[
string incomingUrl
] { get; }
Parameters
incomingUrl
Type: System.StringA string that contains the incoming URL.
Property value
Type: Microsoft.SharePoint.Administration.SPAlternateUrl
An SPAlternateUrl object that represents the URL.
See also
Reference
SPAlternateUrlCollection class