←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly