BuildStep.Id Property

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

Syntax

'宣言
<OutputAttribute> _
Public Property Id As Integer
    Get
    Set
[OutputAttribute]
public int Id { get; set; }
[OutputAttribute]
public:
property int Id {
    int get ();
    void set (int value);
}
[<OutputAttribute>]
member Id : int with get, set
function get Id () : int
function set Id (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

BuildStep Class

Microsoft.TeamFoundation.Build.Tasks Namespace