BuildError.Message Property

Gets or sets a message describing the error.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'宣言
Public Property Message As String
    Get
    Set
public string Message { get; set; }
public:
property String^ Message {
    String^ get ();
    void set (String^ value);
}
member Message : string with get, set
function get Message () : String
function set Message (value : String)

Property Value

Type: System.String
A message describing the error.

.NET Framework Security

See Also

Reference

BuildError Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace