Entity.EstimatedInstanceCount Property
Gets or sets the estimated instance count for the external content type in the business application.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property EstimatedInstanceCount As UInteger
Get
Set
'Usage
Dim instance As Entity
Dim value As UInteger
value = instance.EstimatedInstanceCount
instance.EstimatedInstanceCount = value
public uint EstimatedInstanceCount { get; set; }
Property Value
Type: System.UInt32
The estimated instance count.