PublishingWeb.VariationPublishingWebUrls property

Gets a collection of URLs of the variant publishing Webs associated with this PublishingWeb object

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

Syntax

'Declaration
Public ReadOnly Property VariationPublishingWebUrls As StringCollection
    Get
'Usage
Dim instance As PublishingWeb
Dim value As StringCollection

value = instance.VariationPublishingWebUrls
public StringCollection VariationPublishingWebUrls { get; }

Property value

Type: System.Collections.Specialized.StringCollection
A collection of URLs of the variant publishing Webs associated with this PublishingWeb object.

See also

Reference

PublishingWeb class

PublishingWeb members

Microsoft.SharePoint.Publishing namespace