Port Property
Summary
Gets or sets the port to which the
JpipServer is listening.
Syntax
public int Port { get; set; }
Public Property Port As Integer
public:
property int Port {
int get();
void set ( int );
}
Property Value
The port to which the JpipServer is listening.