DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / WebContent Class / ContentParameters Property






In This Topic
    ContentParameters Property
    In This Topic
    Parameters to further specify the data
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ContentParameters As System.Collections.Generic.Dictionary(Of String,String)
    'Usage
     
    
    Dim instance As WebContent
    Dim value As System.Collections.Generic.Dictionary(Of String,String)
     
    value = instance.ContentParameters
    public System.Collections.Generic.Dictionary<string,string> ContentParameters {get;}
    public read-only property ContentParameters: System.Collections.Generic.Dictionary; 
    public function get ContentParameters : System.Collections.Generic.Dictionary
    public: __property System.Collections.Generic.Dictionary<string*,string*>* get_ContentParameters();
    public:
    property System.Collections.Generic.Dictionary<String^,String^>^ ContentParameters {
       System.Collections.Generic.Dictionary<String^,String^>^ get();
    }
    Remarks

    For a multi-art items, this would contain the values

    type : application/dicom

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also