LocalFile Property

MSBuild

Gets or sets the local file to upload.


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

Syntax

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

/** property */
public void set_LocalFile(string value);
JScript
public function get LocalFile() : String

public function set LocalFile(value : String);

Property Value

The local file.

See Also

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