Share via


Entity.EstimatedInstanceCount Property

NOTE: This API is now obsolete.

Gets the estimated number of entity instances of this entity.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public ReadOnly Property EstimatedInstanceCount As UInteger
    Get
'Usage
Dim instance As Entity
Dim value As UInteger

value = instance.EstimatedInstanceCount
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public uint EstimatedInstanceCount { get; }

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. . For example, if the estimate is large, Business Data List Web Parts will not automatically populate themselves; if this is small, they will.

See Also

Reference

Entity Class

Entity Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace