ChangedTerm.LcidsForChangedDescriptions property

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

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

Syntax

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

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

Property value

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

See also

Reference

ChangedTerm class

ChangedTerm members

Microsoft.SharePoint.Client.Taxonomy namespace