VariationLabel.Title property
Returns the title of the VariationLabel, which is the unique string identifier of the label.
Namespace: Microsoft.SharePoint.Client.Publishing
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.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 title.