ServicingStep.ExecuteAlways Property

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

‘선언
Public Property ExecuteAlways As Boolean
    Get
    Set
public bool ExecuteAlways { get; set; }
public:
property bool ExecuteAlways {
    bool get ();
    void set (bool value);
}
member ExecuteAlways : bool with get, set
function get ExecuteAlways () : boolean
function set ExecuteAlways (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ServicingStep Class

Microsoft.TeamFoundation.Framework.Client Namespace