List of addresss that contains the recipients of this e-mail message
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
<Required> Public Property To As String[] |
C# |
---|
[Required] public string[] To { get; set; } |
C++ |
---|
[Required] public property string[] To sealed { array<String>^ get(); void set(array<String>^ value); } |
J# |
---|
/** @attribute Required() */ /** property */ public string[] get_To(); /** property */ public void set_To(string[] value); |
JScript |
---|
public function get To() : String[] public function set To(value : String[]); |
Remarks
This property is required.
See Also
Documentation version 1.0.0.0.