Activated Property
      
 

Description

Determines if channel is active.

Property type

A Boolean value.  

Syntax

object.Activated

The Activated Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type VPNChannel.

Remarks

Activated property will return True when channel is active and ready to accept connections. After Add method is called and channel is created, confirmation is required from remote side in order for channel to become active. ChannelStart will be fired in the meantime.