DicomObjects.NET Core 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 Dictionary(Of String,String)
    'Usage
     
    
    Dim instance As WebContent
    Dim value As Dictionary(Of String,String)
     
    value = instance.ContentParameters
    public Dictionary<string,string> ContentParameters {get;}
    public:
    property Dictionary<String^,String^>^ ContentParameters {
       Dictionary<String^,String^>^ get();
    }
    Remarks

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

    type : application/dicom

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also