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






In This Topic
    JsonResponseWeight Property
    In This Topic
    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
    public System.float JsonResponseWeight {get; set;}
    public read-write property JsonResponseWeight: System.Single; 
    public function get,set JsonResponseWeight : System.float
    public: __property System.float get_JsonResponseWeight();
    public: __property void set_JsonResponseWeight( 
       System.float value
    );
    public:
    property System.float JsonResponseWeight {
       System.float get();
       void set (    System.float value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also