MetadataObjectStruct.Id Property
Gets or sets the identifier (ID) of the metadata object.
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)
Syntax
'Declaration
Public Property Id As UInteger
Get
Set
'Usage
Dim instance As MetadataObjectStruct
Dim value As UInteger
value = instance.Id
instance.Id = value
public uint Id { get; set; }
Property Value
Type: System.UInt32
The ID of the metadata object.
See Also
Reference
Microsoft.SharePoint.BusinessData.Administration.Client Namespace