BuildAgentSpec2008.Port Property
Gets or sets the port that will be used for filtering the query.
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public Property Port As Integer
[ClientPropertyAttribute(ClientVisibility.Private)]
public int Port { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property int Port {
int get ();
void set (int value);
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member Port : int with get, set
function get Port () : int
function set Port (value : int)
Property Value
Type: System.Int32
Returns 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.
See Also
Reference
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace