Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.