BuildCompletedEvent.Duration Property

Namespace:  Microsoft.TeamFoundation.Build.Server.Events
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
Public Property Duration As Integer
public int Duration { get; set; }
public:
property int Duration {
    int get ();
    void set (int value);
}
member Duration : int with get, set
function get Duration () : int 
function set Duration (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

BuildCompletedEvent Class

Microsoft.TeamFoundation.Build.Server.Events Namespace