UserProfileChangeDataContainer.HasExceededCountLimit Property
Gets or sets a value that indicates whether the number of changes exceeded the maximum number.
Namespace: [UserProfileChangeService Web service]
Web service reference: http://Site/_vti_bin/UserProfileChangeService.asmx
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