UserProfileChangeCollection.HasExceededCountLimit Property
Indicates whether the changes that can be represented in a collection have exceeded the maximum number.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property HasExceededCountLimit As Boolean
Get
'Usage
Dim instance As UserProfileChangeCollection
Dim value As Boolean
value = instance.HasExceededCountLimit
public bool HasExceededCountLimit { get; }
Property Value
Type: System.Boolean
If the changes have exceeded the maximum number, the value is true; otherwise false.
Remarks
This property is true if it is not a colleague query and there are 1000 or more changes returned.
See Also
Reference
UserProfileChangeCollection Class