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 Variation Label is set as the source label.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.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
Boolean value that indicates whether this is a source Variation Label.
Examples
Reference code on how to use this property can be found in "/_controltemplates/VariationRootLanding.ascx".