ConcurrentModificationException.MetadataObjectId Property
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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
See Also
Reference
ConcurrentModificationException Class
ConcurrentModificationException Members
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace