Description
The port number to which STK connects to
obtain the list of available Web pages. The default port number is
80.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property Port() As Integer
|
[C#] |
public int Port {get; set;}
|
[Managed C++] |
public: __property int get_Port();
public: __property void set_Port(
int
);
|
[Unmanaged C++] |
public: HRESULT get_Port(
long * pRetVal
);
public: HRESULT put_Port(
long NewPort
);
|
[Java] |
public int getPort();public void setPort(
int
);
|
See Also