DicomObjects.NET8 Documentation
DicomObjects.DicomWeb Namespace / ContentType Class / Multi Property



    Multi Property
    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 ReadOnly Property Multi As Boolean
     
    'Usage
     
    
    Dim instance As ContentType
    Dim value As Boolean
     
    value = instance.Multi
    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