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.
Gets the VariationLabel object in whose hierarchy this PublishingWeb object is situated.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property Label As VariationLabel
Get
'Usage
Dim instance As PublishingWeb
Dim value As VariationLabel
value = instance.Label
public VariationLabel Label { get; }
Property Value
Type: Microsoft.SharePoint.Publishing.VariationLabel
The VariationLabel that is associated with this PublishingWeb.
Remarks
The return value is a null reference (Nothing in Visual Basic) if the PublishingWeb is not located within a Variation Hierarchy.