DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / DicomWebClient Class / JsonResponseWeight Property






    JsonResponseWeight Property
    The weighting to use for the outgoing applicaiton/json+dicom accept header
    Syntax
    'Declaration
     
    
    Public Property JsonResponseWeight As System.Single
     
    'Usage
     
    
    Dim instance As DicomWebClient
    Dim value As System.Single
     
    instance.JsonResponseWeight = value
     
    value = instance.JsonResponseWeight
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also