In This Topic
Indicates whether a DicomAssociation is open
Syntax
'Declaration
Public ReadOnly Property IsOpen As System.Boolean
'Usage
Dim instance As DicomAssociation
Dim value As System.Boolean
value = instance.IsOpen
public System.bool IsOpen {get;}
public read-only property IsOpen: System.Boolean;
public function get IsOpen : System.boolean
public: __property System.bool get_IsOpen();
public:
property System.bool IsOpen {
System.bool get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also