Share via


UserProfileChangeDataContainer.HasExceededCountLimit property

Gets or sets a value that indicates whether the number of changes exceeded the maximum number.

Namespace:  WebSvcUserProfileChangeService
Assembly:  UserProfileServices (in UserProfileServices.dll)

Syntax

'Declaration
Public Property HasExceededCountLimit As Boolean
    Get
    Set
'Usage
Dim instance As UserProfileChangeDataContainer
Dim value As Boolean

value = instance.HasExceededCountLimit

instance.HasExceededCountLimit = value
public bool HasExceededCountLimit { get; set; }

Property value

Type: System.Boolean
true if the number of changes exceeded the maximum; otherwise, false.

Remarks

If true, the Changes property contains only the most recent changes up to the maximum number.

See also

Reference

UserProfileChangeDataContainer class

UserProfileChangeDataContainer members

WebSvcUserProfileChangeService namespace