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






In This Topic
    MainType Field
    In This Topic
    Definiton of the media type (mainly to define whether it is multipart or not). If not this represents the actual MIME type
    Syntax
    'Declaration
     
    
    Public MainType As System.String
    'Usage
     
    
    Dim instance As ContentType
    Dim value As System.String
     
    value = instance.MainType
     
    instance.MainType = value
    public System.string MainType
    public field MainType: System.String; 
    public var MainType : System.String;
    public: System.string* MainType
    public:
    System.String^ MainType
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also