Share via


SPAlternateUrl.Collection property

Gets the parent collection of URLs to which the alternate URL belongs.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property Collection As SPAlternateUrlCollection
    Get
'Usage
Dim instance As SPAlternateUrl
Dim value As SPAlternateUrlCollection

value = instance.Collection
public SPAlternateUrlCollection Collection { get; }

Property value

Type: Microsoft.SharePoint.Administration.SPAlternateUrlCollection
An SPAlternateUrlCollection object that represents the parent collection.

See also

Reference

SPAlternateUrl class

SPAlternateUrl members

Microsoft.SharePoint.Administration namespace