DicomObjects.NET Core Documentation
DicomObjects.DicomWeb Namespace / ContentType Class / MainType Property



In This Topic
    MainType Property
    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 Property MainType As String
    'Usage
     
    
    Dim instance As ContentType
    Dim value As String
     
    instance.MainType = value
     
    value = instance.MainType
    public string MainType {get; set;}
    public:
    property String^ MainType {
       String^ get();
       void set (    String^ value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also