Share via


ConcurrentModificationException.MetadataObjectId Property

Gets or sets the identifier of the metadata object that caused the exception.

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

ConcurrentModificationException Members

Microsoft.SharePoint.BusinessData.Administration.Client Namespace