Gets or sets file's archive status.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Archive As Boolean |
C# |
---|
public bool Archive { get; set; } |
C++ |
---|
public property bool Archive sealed { bool get(); void set(bool value); } |
J# |
---|
/** property */ public bool get_Archive(); /** property */ public void set_Archive(bool value); |
JScript |
---|
public function get Archive() : bool public function set Archive(value : bool); |
Property Value
if archive; otherwise,
.
See Also
Documentation version 1.0.0.0.