Partager via


BuildWarning.Message Property

Gets or sets the message of the warning.

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

Syntax

'Déclaration
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
The message of the warning.

.NET Framework Security

See Also

Reference

BuildWarning Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace