Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the port number of the build agent or build agents.
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 IBuildAgentSpec
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
Remarks
Set this property to zero (0) to accept the default value.
.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.