IdentifierStruct.EntityId Property
Gets or sets the MetadataObjectId of the External Content Type that contains this Identifier.
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)
Syntax
'Declaration
Public Property EntityId As UInteger
Get
Set
'Usage
Dim instance As IdentifierStruct
Dim value As UInteger
value = instance.EntityId
instance.EntityId = value
public uint EntityId { get; set; }
Property Value
Type: System.UInt32
The MetadataObjectId of the External Content Type that contains this Identifier.
See Also
Reference
Microsoft.SharePoint.BusinessData.Administration.Client Namespace