Share via


GetBuildProperties.Port Property

Note: This API is now obsolete.

Namespace:  Microsoft.TeamFoundation.Build.Tasks
Assembly:  Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)

Syntax

'Declaration
<ObsoleteAttribute("This property has been deprecated. Please remove all references.",  _
    False)> _
<OutputAttribute> _
Public ReadOnly Property Port As Integer
[ObsoleteAttribute("This property has been deprecated. Please remove all references.", 
    false)]
[OutputAttribute]
public int Port { get; }
[ObsoleteAttribute(L"This property has been deprecated. Please remove all references.", 
    false)]
[OutputAttribute]
public:
property int Port {
    int get ();
}
[<ObsoleteAttribute("This property has been deprecated. Please remove all references.", 
    false)>]
[<OutputAttribute>]
member Port : int
function get Port () : int

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

GetBuildProperties Class

Microsoft.TeamFoundation.Build.Tasks Namespace