DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / ContentType Class / SubType Field






    SubType Field
    Sub type of the media if it's a multipart media
    Syntax
    'Declaration
     
    
    Public SubType As System.String
     
    'Usage
     
    
    Dim instance As ContentType
    Dim value As System.String
     
    value = instance.SubType
     
    instance.SubType = value
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also