Gets and sets the network protocol for the current phonebook
entry.
Syntax
[form].object.NetworkProtocol [=
protocol ]
Remarks
The NetworkProtocol property is used to set or return the
network protocol used for the current phonebook entry. The
following values may be specified:
| Value |
Constant |
Description |
| 1 |
rasNetworkProtocolNetBEUI |
Negotiate the NetBEUI
protocol. |
| 2 |
rasNetworkProtocolIpx |
Negotiate the IPX protocol. |
| 4 |
rasNetworkProtocolIp |
Negotiate the TCP/IP
protocol. |
These values may be combined if multiple protocols should be
negotiated when the connection is established. Note that unless
there is a specific need for the application to use the NetBEUI or
IPX protocols, it is recommended that only the TCP/IP protocol be
specified.
Data Type
Integer
See Also
FramingProtocol Property
|