PublishingWeb.Label Property
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 Null if the PublishingWeb is not located within a Variation Hierarchy.