IBuildAgent.Port Property
Gets or sets the port number for the build agent.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Property Port As Integer
'Usage
Dim instance As IBuildAgent
Dim value As Integer
value = instance.Port
instance.Port = value
int Port { get; set; }
property int Port {
int get ();
void set (int value);
}
function get Port () : int
function set Port (value : int)
Property Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.