Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.