WorkflowBuildMessageTask Class

Definition

Specifies information about the workflow build message task.

public ref class WorkflowBuildMessageTask sealed : Microsoft::Build::Utilities::Task
public sealed class WorkflowBuildMessageTask : Microsoft.Build.Utilities.Task
type WorkflowBuildMessageTask = class
    inherit Task
Public NotInheritable Class WorkflowBuildMessageTask
Inherits Task
Inheritance
WorkflowBuildMessageTask

Constructors

WorkflowBuildMessageTask()

Initializes a new instance of the WorkflowBuildMessageTask class.

Properties

MessageType

Gets or sets the message type.

ResourceName

Gets or sets the resource name.

Methods

Execute()

Indicates whether the workflow build message task executes.

Applies to