ChangedItem.Id property

Gets the ID of the changed object.

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

Syntax

'Declaration
Public ReadOnly Property Id As Guid
    Get
'Usage
Dim instance As ChangedItem
Dim value As Guid

value = instance.Id
public Guid Id { get; }

Property value

Type: System.Guid
Returns Guid.

Remarks

The property does not have a value when the change is global. For example, when the default language is changed in a TermStore object, or when the changed object does not have an ID, the property does not have a value.

See also

Reference

ChangedItem class

ChangedItem members

Microsoft.SharePoint.Client.Taxonomy namespace