Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.