DicomObjects.NET.8.48 Documentation
DicomObjects.EventArguments Namespace / ValidateFragmentsArgs Class / Modified Property






In This Topic
    Modified Property
    In This Topic
    Indication that data has been modified. Unless this is set to true, the return values in Fragments and BasicOffsetTable will be ignored.
    Syntax
    'Declaration
     
    
    Public Property Modified As System.Boolean
    'Usage
     
    
    Dim instance As ValidateFragmentsArgs
    Dim value As System.Boolean
     
    instance.Modified = value
     
    value = instance.Modified
    public System.bool Modified {get; set;}
    public read-write property Modified: System.Boolean; 
    public function get,set Modified : System.boolean
    public: __property System.bool get_Modified();
    public: __property void set_Modified( 
       System.bool value
    );
    public:
    property System.bool Modified {
       System.bool get();
       void set (    System.bool value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also