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]
public bool RequiresMinimumFramework35SP1 { [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; }
[<Microsoft.Build.Framework.Output>]
member this.RequiresMinimumFramework35SP1 : bool with get, set
[<Microsoft.Build.Framework.Output>]
[<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.RequiresMinimumFramework35SP1 : bool with get, set
Public Property RequiresMinimumFramework35SP1 As Boolean

Property Value

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

Attributes

Applies to