FileName Property

MSBuild

Gets or sets the name of the local file that is to receive the data.


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
<Required>
Public Property FileName As String
C#
[Required]
public string FileName { get; set; }
C++
[Required]
public property string FileName sealed  {
    String get();
    void set(String value);
}
J#
/** @attribute Required() */
/** property */
public string get_FileName();

/** property */
public void set_FileName(string value);
JScript
public function get FileName() : String

public function set FileName(value : String);

Property Value

The name of the file.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.