| Visual Basic (Declaration) | |
|---|---|
Public Property PortNumber As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int PortNumber {get; set;} | |
Return Value
Integer value that represents a port number.This example sets the port number to 106 where there is a JPIP server listening to the same port.
For an example, refer to JpipRasterImageViewer.
Set this value before calling Open.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code