RequiresFramework35SP1Assembly.Execute Method

Definition

Executes the task that determines whether the applications requires .NET Framework 3.5 SP1.

public:
 override bool Execute();
public override bool Execute ();
override this.Execute : unit -> bool
Public Overrides Function Execute () As Boolean

Returns

true if the application requires .NET Framework 3.5 SP1; false otherwise.

Applies to