Share via


ChangedItem.Id Property

Gets the ID of the changed object.

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.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.Taxonomy Namespace