LocalizedNameStruct.MetadataObjectId property
Gets or sets the metadata object identifier (ID).
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MetadataObjectId As UInteger
Get
Set
'Usage
Dim instance As LocalizedNameStruct
Dim value As UInteger
value = instance.MetadataObjectId
instance.MetadataObjectId = value
public uint MetadataObjectId { get; set; }
Property value
Type: System.UInt32
The metadata object ID.