In This Topic
Indicates that the remote AE has issued a C-CANCEL request.
Syntax
'Declaration
Public ReadOnly Property Cancelled As System.Boolean
'Usage
Dim instance As DicomAssociation
Dim value As System.Boolean
value = instance.Cancelled
public System.bool Cancelled {get;}
public read-only property Cancelled: System.Boolean;
public function get Cancelled : System.boolean
public: __property System.bool get_Cancelled();
public:
property System.bool Cancelled {
System.bool get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also