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






    Offset Property (QidoWebClient)
    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
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also