wodSSHTunnel ActiveX Control - Name Property
      
 

Description

Holds the name of the channel.


Property type

A String value.  


Syntax

object.Name [= value]



The Name Property syntax has these parts:

Part Description
object An expression evaluating to an object of type Channel.
value A String value.

Remarks

You don't have to populate this property but if you do, you will be able to reference the channel within the collection of channels using this value.

Also, when wodSSHTunnel sends new requests to the server about a specific channel, it will send this name as well. If you populate this property it may be is easier to debug any problems between wodSSHTunnel and the server, because the server's logs may contain this information.