Determines whether the connection has been associated.
Syntax
Visual Basic (Declaration) | |
---|
Public Function IsAssociated() As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomNet
Dim value As Boolean
value = instance.IsAssociated()
|
C# | |
---|
public bool IsAssociated() |
C++/CLI | |
---|
public:
bool IsAssociated(); |
Return Value
true if the connection has been associated; otherwise, false.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also