DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / QidoWebClient Class / Limit Property






In This Topic
    Limit Property (QidoWebClient)
    In This Topic
    The maximum number of records to return - useful if paging large amounts of data
    Syntax
    'Declaration
     
    
    Public Property Limit As System.Integer
    'Usage
     
    
    Dim instance As QidoWebClient
    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