GenerateApplicationManifest.RequiresMinimumFramework35SP1 Property

Definition

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

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property bool RequiresMinimumFramework35SP1 { bool get(); void set(bool value); };
public bool RequiresMinimumFramework35SP1 { get; set; }
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; }
member this.RequiresMinimumFramework35SP1 : bool 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.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