Determines whether the connection has been associated.

public bool IsAssociated()
public bool IsAssociated()
function Leadtools.Dicom.DicomNet.IsAssociated()
public:
bool IsAssociated();
'Declaration
Public Function IsAssociated() As Boolean
'Usage
Dim instance As DicomNet
Dim value As Boolean
value = instance.IsAssociated()
Return Value
true if the connection has been associated; otherwise, false.