DicomObjects.NET Core 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 Boolean
    'Usage
     
    
    Dim instance As ValidateFragmentsArgs
    Dim value As Boolean
     
    instance.Modified = value
     
    value = instance.Modified
    public bool Modified {get; set;}
    public:
    property bool Modified {
       bool get();
       void set (    bool value);
    }
    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