Gets or sets a value indicating whether to force reinstall of an assembly.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Force As Boolean |
C# |
---|
public bool Force { get; set; } |
C++ |
---|
public property bool Force sealed { bool get(); void set(bool value); } |
J# |
---|
/** property */ public bool get_Force(); /** property */ public void set_Force(bool value); |
JScript |
---|
public function get Force() : bool public function set Force(value : bool); |
Property Value
if force; otherwise,
.
See Also
Documentation version 1.0.0.0.