Share via


ChangedTerm.ChangedLocalCustomProperties property

Gets a collection of names for local custom properties which have been changed.

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

Syntax

'Declaration
Public ReadOnly Property ChangedLocalCustomProperties As ReadOnlyCollection(Of String)
    Get
'Usage
Dim instance As ChangedTerm
Dim value As ReadOnlyCollection(Of String)

value = instance.ChangedLocalCustomProperties
public ReadOnlyCollection<string> ChangedLocalCustomProperties { get; }

Property value

Type: System.Collections.ObjectModel.ReadOnlyCollection<String>
A collection of names for local custom properties which have been changed.

See also

Reference

ChangedTerm class

ChangedTerm members

Microsoft.SharePoint.Taxonomy namespace