Rule.ExecutionDescription Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns the message.
Remarks
This field is optional.