ClientUserListCount Property |
The total number of users found by the most recent user list transaction. If no user list
transaction has been performed yet, -1 will be returned.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public int UserListCount { get; }
Public ReadOnly Property UserListCount As Integer
Get
public:
property int UserListCount {
int get ();
}
Property Value
Type:
Int32Remarks
Used to help make paging calculations when working with large lists of users, since MOVEit Transfer enforces
a 1,000 entry limit on lists returned by the various user list methods.
See Also