ModificationsDone Property
In This Topic
Property to inform DicomObjects whether frame extraction (as per Supplement 119) has been performed
Syntax
'Declaration
Public Property ModificationsDone As System.Boolean
'Usage
Dim instance As QueryReceivedArgs
Dim value As System.Boolean
instance.ModificationsDone = value
value = instance.ModificationsDone
public System.bool ModificationsDone {get; set;}
public read-write property ModificationsDone: System.Boolean;
public function get,set ModificationsDone : System.boolean
public: __property System.bool get_ModificationsDone();
public: __property void set_ModificationsDone(
System.bool value
);
public:
property System.bool ModificationsDone {
System.bool get();
void set ( System.bool value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also