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
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.ProtectedProperty)> _
Protected ReadOnly Property InternalUniqueId As Guid
Get
'Usage
Dim value As Guid
value = Me.InternalUniqueId
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.ProtectedProperty)]
protected Guid InternalUniqueId { get; }
Property Value
Type: System.Guid
The ID of the changed object.
Exceptions
Exception | Condition |
---|---|
NotSupportedException | The value of the ID is DBNull. |
Remarks
You can access this property only from a derived class.