Get.Force Property

Forces all files to be retrieved, not just those that are out of date. This option also overwrites writable files on the local disk that are under version control but not checked out.

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

Syntax

'Declaration
Public Property Force As Boolean
public bool Force { get; set; }
public:
property bool Force {
    bool get ();
    void set (bool value);
}
member Force : bool with get, set
function get Force () : boolean 
function set Force (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

Get Class

Microsoft.TeamFoundation.Build.Tasks Namespace