EntityStruct.EstimatedInstanceCount Property
Gets or sets the estimated instance count of the class.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property EstimatedInstanceCount As UInteger
Get
Set
'Usage
Dim instance As EntityStruct
Dim value As UInteger
value = instance.EstimatedInstanceCount
instance.EstimatedInstanceCount = value
public uint EstimatedInstanceCount { get; set; }
Property Value
Type: System.UInt32
The estimated instance count of the class.