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



In This Topic
    Multi 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 ReadOnly Property Multi As Boolean
    'Usage
     
    
    Dim instance As ContentType
    Dim value As Boolean
     
    value = instance.Multi
    public bool Multi {get;}
    public:
    property bool Multi {
       bool get();
    }
    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