DicomObjects.NET.8.48 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 System.Boolean
     
    'Usage
     
    
    Dim instance As ContentType
    Dim value As System.Boolean
     
    value = instance.Multi
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also