PublishingPage.VariationPageUrls Property
Gets a StringCollection object of URLs that point to Variation peer PublishingPage objects associated with this PublishingPage object.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property VariationPageUrls As StringCollection
Get
'Usage
Dim instance As PublishingPage
Dim value As StringCollection
value = instance.VariationPageUrls
public StringCollection VariationPageUrls { get; }
Property Value
Type: System.Collections.Specialized.StringCollection