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






    ContentParameters Property
    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
    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