Attachments Property

MSBuild

List of files to attach to message


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

Syntax

Visual Basic (Declaration)
Public Property Attachments As String[]
C#
public string[] Attachments { get; set; }
C++
public property string[] Attachments sealed  {
    array<String>^ get();
    void set(array<String>^ value);
}
J#
/** property */
public string[] get_Attachments();

/** property */
public void set_Attachments(string[] value);
JScript
public function get Attachments() : String[]

public function set Attachments(value : String[]);

See Also

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