RequiresFramework35SP1Assembly.RequiresMinimumFramework35SP1 Property

Definition

Gets or sets whether the application requires .NET Framework 3.5 SP1.

public:
 property bool RequiresMinimumFramework35SP1 { bool get(); void set(bool value); };
[Microsoft.Build.Framework.Output]
public bool RequiresMinimumFramework35SP1 { get; set; }
[<Microsoft.Build.Framework.Output>]
member this.RequiresMinimumFramework35SP1 : bool with get, set
Public Property RequiresMinimumFramework35SP1 As Boolean

Property Value

Boolean

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

Attributes

Applies to