Share via


VariationLabel.IsSource property

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".
            

See also

Reference

VariationLabel class

VariationLabel members

Microsoft.SharePoint.Publishing namespace