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 or sets the identifier of the metadata object that caused the exception.
Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MetadataObjectId As UInteger
    Get
    Set
'Usage
Dim instance As ConcurrentModificationException
Dim value As UInteger
value = instance.MetadataObjectId
instance.MetadataObjectId = value
public uint MetadataObjectId { get; set; }
Property Value
Type: System.UInt32
The identifier of the metadata object that caused the exception.
See Also
Reference
ConcurrentModificationException Class