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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also