AspNetCompiler.Updateable Property

Definition

If Updateable is true, then the web is compile with -u flag so that it can be updated after compilation

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

public:
 property bool Updateable { bool get(); void set(bool value); };
public bool Updateable { get; set; }
public bool Updateable { [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.Updateable : 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.Updateable : bool with get, set
Public Property Updateable As Boolean

Property Value

true if the precompiled application will be updateable; otherwise, false.

Attributes

Remarks

The default value is false.

Applies to