Home > Language Reference > Classes > Network
Prefix Property
Prefix code.
Syntax
Public Property Get Prefix() As String
Public Property Let Prefix(ByVal sPrefix As String)
| Parameter | Description |
| sPrefix | Prefix Code |
Remarks
The Prefix property defines a prefix to dial before the telephone number specified by the PhoneNumber property. This functionality is used when you need to add a digit to obtain an outside line, for example :
Dim net as New Network net.Prefix = "0,"
The value of this property is ignored if the connection specified by the Connection property does not use a modem. When the Network object is instantiated, this property is initialized with an empty string.
System requirements
| System | Minimal version | Remarks |
| Palm OS | Palm OS 3.0 | - |
| Windows CE | Windows CE 3.0 | - |