Label.IsDefaultForLanguage property

Indicates whether this Label object is the default label for the label's language.

Namespace:  Microsoft.SharePoint.Client.Taxonomy
Assembly:  Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)

Syntax

'Declaration
Public ReadOnly Property IsDefaultForLanguage As Boolean
    Get
'Usage
Dim instance As Label
Dim value As Boolean

value = instance.IsDefaultForLanguage
public bool IsDefaultForLanguage { get; }

Property value

Type: System.Boolean
Returns Boolean.

See also

Reference

Label class

Label members

Microsoft.SharePoint.Client.Taxonomy namespace