From Property

MSBuild

The from address for this e-mail message


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

Syntax

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

/** property */
public void set_From(string value);
JScript
public function get From() : String

public function set From(value : String);

Remarks

This property is required.

See Also

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