TermStore.Languages property
Gets an integer collection of LCIDs.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public ReadOnly Property Languages As Collection(Of Integer)
Get
'Usage
Dim instance As TermStore
Dim value As Collection(Of Integer)
value = instance.Languages
public Collection<int> Languages { get; }
Property value
Type: System.Collections.ObjectModel.Collection<Int32>
An integer collection of LCIDs which are the working languages for this TermStore