Entity.EstimatedInstanceCount Property
Sets or gets the estimated instance count for the entity in the business application.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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
A number that represents the estimated instance count.
Remarks
Business Data Catalog clients can alter how they display lists of instances based on EstimatedInstanceCount.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace