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