Dela via


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

See Also

Reference

IBuildAgent Interface

IBuildAgent Members

Microsoft.TeamFoundation.Build.Client Namespace