Gets or sets the name of the zip file.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
<Required> Public Property ZipFileName As String |
C# |
---|
[Required] public string ZipFileName { get; set; } |
C++ |
---|
[Required] public property string ZipFileName sealed { String get(); void set(String value); } |
J# |
---|
/** @attribute Required() */ /** property */ public string get_ZipFileName(); /** property */ public void set_ZipFileName(string value); |
JScript |
---|
public function get ZipFileName() : String public function set ZipFileName(value : String); |
Property Value
The name of the zip file.
See Also
Documentation version 1.0.0.0.