DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / ContentTypes Class / JsonMultiPart Field






In This Topic
    JsonMultiPart Field
    In This Topic
    Multipart JSON content type
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly JsonMultiPart As ContentType
    'Usage
     
    
    Dim value As ContentType
     
    value = ContentTypes.JsonMultiPart
    public static readonly ContentType JsonMultiPart
    public field JsonMultiPart: ContentType; static; readonly 
    public static var JsonMultiPart : ContentType;
    public: static readonly ContentType* JsonMultiPart
    public:
    static readonly ContentType^ JsonMultiPart
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also