Share via


VariationLabel.IsSource property

Determines whether the VariationLabel is set as the source label.

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

Syntax

'Declaration
Public ReadOnly Property IsSource As Boolean
    Get
'Usage
Dim instance As VariationLabel
Dim value As Boolean

value = instance.IsSource
public bool IsSource { get; }

Property value

Type: System.Boolean

Remarks

Returns true if the VariationLabel is a source label; otherwise, false. A source label represents the site or pages that are the source of authoring and publishing and are used to copy changes to target variation sites.

See also

Reference

VariationLabel class

VariationLabel members

Microsoft.SharePoint.Client.Publishing namespace