Share via


ChangedTerm.ChangedCustomProperties property

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

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

Syntax

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

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

Property value

Type: System.Collections.ObjectModel.ReadOnlyCollection<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.Taxonomy namespace