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.

See also

Reference

Entity class

Entity members

Microsoft.SharePoint.BusinessData.Administration namespace