MetadataObject.Id property
Gets the identifier of the MetadataObject object.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Id As UInteger
Get
'Usage
Dim instance As MetadataObject
Dim value As UInteger
value = instance.Id
public uint Id { get; }
Property value
Type: System.UInt32
The identifier of the MetadataObject object.