ChangedTerm.LcidsForChangedLabels property

Specifies language code identifiers (LCIDs) in which labels have changed.

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

Syntax

'Declaration
Public ReadOnly Property LcidsForChangedLabels As IEnumerable(Of Integer)
    Get
'Usage
Dim instance As ChangedTerm
Dim value As IEnumerable(Of Integer)

value = instance.LcidsForChangedLabels
public IEnumerable<int> LcidsForChangedLabels { get; }

Property value

Type: System.Collections.Generic.IEnumerable<Int32>
LCIDs with labels that have been changed.

See also

Reference

ChangedTerm class

ChangedTerm members

Microsoft.SharePoint.Client.Taxonomy namespace