Limit Property (WorklistEventArgs)
In This Topic
The maximum number of responses to send
Syntax
'Declaration
Public Property Limit As System.Integer
'Usage
Dim instance As WorklistEventArgs
Dim value As System.Integer
instance.Limit = value
value = instance.Limit
public System.int Limit {get; set;}
public read-write property Limit: System.Integer;
public function get,set Limit : System.int
public: __property System.int get_Limit();
public: __property void set_Limit(
System.int value
);
public:
property System.int Limit {
System.int get();
void set ( System.int value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also