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)
Available in Sandboxed Solutions: No
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.