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






In This Topic
    IsBulkData Property
    In This Topic
    Indicates whether this is a bulk data item
    Syntax
    'Declaration
     
    
    Public Property IsBulkData As System.Boolean
    'Usage
     
    
    Dim instance As WebContent
    Dim value As System.Boolean
     
    instance.IsBulkData = value
     
    value = instance.IsBulkData
    public System.bool IsBulkData {get; set;}
    public read-write property IsBulkData: System.Boolean; 
    public function get,set IsBulkData : System.boolean
    public: __property System.bool get_IsBulkData();
    public: __property void set_IsBulkData( 
       System.bool value
    );
    public:
    property System.bool IsBulkData {
       System.bool get();
       void set (    System.bool value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also