MetadataObject.Id Property
Gets the unique ID of each metadata object.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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
An int ID.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace