NumberOfMatchingWlResponses Property

Summary
Gets or sets the maximum number of matching worklist items to return for any worklist query method.
Syntax
C#
VB
C++
public int NumberOfMatchingWlResponses { get; set; } 
  
Public Property NumberOfMatchingWlResponses As Integer 
public: 
property int NumberOfMatchingWlResponses { 
   int get(); 
   void set (    int ); 
} 

Property Value

An System.Int32 value that represents the maximum number of results to return for any worklist query. The default is 0.

Remarks

A value of "0" means ignore this and return all results.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.