ArcObjects Library Reference (GISClient)  

IDiscoveryClusterProtocol.TCPPort Property

The DiscoveryClusterProtocol TCP port.

[Visual Basic .NET]
Public Property TCPPort As Integer
[C#]
public int TCPPort {get; set;}
[C++]
HRESULT get_TCPPort(
  long* pPort
);
[C++]
HRESULT put_TCPPort(
  long pPort
);
[C++]

Parameters

pPort [out, retval]   pPort is a parameter of type long pPort [in]   pPort is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDiscoveryClusterProtocol Interface