DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / WebContent Class / MultiPart Property






In This Topic
    MultiPart Property
    In This Topic
    Indicates whether this is a multi-part item
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MultiPart As System.Boolean
    'Usage
     
    
    Dim instance As WebContent
    Dim value As System.Boolean
     
    value = instance.MultiPart
    public System.bool MultiPart {get;}
    public read-only property MultiPart: System.Boolean; 
    public function get MultiPart : System.boolean
    public: __property System.bool get_MultiPart();
    public:
    property System.bool MultiPart {
       System.bool get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also