ConcurrentModificationException.MetadataObjectId property
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