ConnectionInfoPort Property |
The port we are connecting to.
Namespace: Rally.RestApi.ConnectionAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntaxpublic virtual int Port { get; set; }
Public Overridable Property Port As Integer
Get
Set
public:
virtual property int Port {
int get ();
void set (int value);
}
abstract Port : int with get, set
override Port : int with get, set
Property Value
Type:
Int32
See Also