ChangedTerm.ChangedCustomProperties property

Specifies a collection of names of 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 ChangedCustomProperties As IEnumerable(Of String)
    Get
'Usage
Dim instance As ChangedTerm
Dim value As IEnumerable(Of String)

value = instance.ChangedCustomProperties
public IEnumerable<string> ChangedCustomProperties { get; }

Property value

Type: System.Collections.Generic.IEnumerable<String>
A collection of names for custom properties which have been changed.

Remarks

If there is no changed custom property, a null reference (Nothing in Visual Basic) is returned.

See also

Reference

ChangedTerm class

ChangedTerm members

Microsoft.SharePoint.Client.Taxonomy namespace