VariationLabel.Title Property
Returns the title of the Variation Label, which is the unique string identifier of the label.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property Title As String
Get
'Usage
Dim instance As VariationLabel
Dim value As String
value = instance.Title
public string Title { get; }
Property Value
Type: System.String
The unique name of the Variation Label.