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






In This Topic
    SubType Field
    In This Topic
    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
    public System.string SubType
    public field SubType: System.String; 
    public var SubType : System.String;
    public: System.string* SubType
    public:
    System.String^ SubType
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also