ChangedTerm.ChangedLocalCustomProperties property
Specifies a collection of names of local custom properties that have been changed.
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)
Syntax
'Declaration
Public ReadOnly Property ChangedLocalCustomProperties As IEnumerable(Of String)
Get
'Usage
Dim instance As ChangedTerm
Dim value As IEnumerable(Of String)
value = instance.ChangedLocalCustomProperties
public IEnumerable<string> ChangedLocalCustomProperties { get; }
Property value
Type: System.Collections.Generic.IEnumerable<String>
A collection of names for local custom properties which have been changed.