DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also