←Select platform

Limit Property

Summary

Gets or sets the depth limit of boxes.

Syntax

C#
VB
C++
public Nullable<int> Limit { get; set; } 
  
Public Property Limit As Nullable(Of Integer) 
public: 
property Nullable<int> Limit { 
   Nullable<int> get(); 
   void set (    Nullable<int> ); 
} 

Property Value

A nullable System.Int32 value which specifies what type of information, and how much of the box contents the client is requesting for that box type.

Remarks

If this field is not specified, then the client is requesting the entire contents of all boxes of the box type specified in the BoxType field.

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.Jpip Assembly