The priority of this e-mail message
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Priority As String |
C# |
---|
public string Priority { get; set; } |
C++ |
---|
public property string Priority sealed { String get(); void set(String value); } |
J# |
---|
/** property */ public string get_Priority(); /** property */ public void set_Priority(string value); |
JScript |
---|
public function get Priority() : String public function set Priority(value : String); |
Remarks
Possible values are High, Normal, and Low
See Also
Documentation version 1.0.0.0.