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