Gets the JPIP server port.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property ServerPort As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As JpipClient
Dim value As Integer
value = instance.ServerPort
|
C# | |
---|
public int ServerPort {get;} |
C++/CLI | |
---|
public:
property int ServerPort {
int get();
} |
Return Value
The port number of the listening JPIP server to call.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also