Indication that data has been modified. Unless this is set to true, the return values in
Fragments and
BasicOffsetTable will be ignored.
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);
}
'Declaration
Public Property Modified As System.Boolean
'Usage
Dim instance As ValidateFragmentsArgs
Dim value As System.Boolean
instance.Modified = value
value = instance.Modified
Target Platforms: .NET CLR 4.8 or higher