Rule.ExecutionDescription Property

Definition

When this Rule represents a Build Customization, this field represents the message to be displayed before executing a Build Customization during the build.

public:
 property System::String ^ ExecutionDescription { System::String ^ get(); void set(System::String ^ value); };
public string ExecutionDescription { get; set; }
member this.ExecutionDescription : string with get, set
Public Property ExecutionDescription As String

Property Value

String

Returns the message.

Remarks

This field is optional.

Applies to