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; }
public string ExecutionDescription { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.ExecutionDescription : string with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ExecutionDescription : string with get, set
Public Property ExecutionDescription As String

Property Value

Returns the message.

Attributes

Remarks

This field is optional.

Applies to