XmlResponseWeight Property
In This Topic
The weighting to use for the outgoing applicaiton/xml+dicom accept header
Syntax
'Declaration
Public Property XmlResponseWeight As System.Single
'Usage
Dim instance As DicomWebClient
Dim value As System.Single
instance.XmlResponseWeight = value
value = instance.XmlResponseWeight
public System.float XmlResponseWeight {get; set;}
public read-write property XmlResponseWeight: System.Single;
public function get,set XmlResponseWeight : System.float
public: __property System.float get_XmlResponseWeight();
public: __property void set_XmlResponseWeight(
System.float value
);
public:
property System.float XmlResponseWeight {
System.float get();
void set ( System.float value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also