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






In This Topic
    Offset Property (QidoWebClient)
    In This Topic
    The number of records to skip - useful if paging large amounts of data
    Syntax
    'Declaration
     
    
    Public Property Offset As System.Integer
    'Usage
     
    
    Dim instance As QidoWebClient
    Dim value As System.Integer
     
    instance.Offset = value
     
    value = instance.Offset
    public System.int Offset {get; set;}
    public read-write property Offset: System.Integer; 
    public function get,set Offset : System.int
    public: __property System.int get_Offset();
    public: __property void set_Offset( 
       System.int value
    );
    public:
    property System.int Offset {
       System.int get();
       void set (    System.int value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also