UwpBuildInfo.AllowUnsafeCode Property

Definition

If true, unsafe code will be allowed in the generated Assembly-CSharp project.

public:
 property bool AllowUnsafeCode { bool get(); void set(bool value); };
public bool AllowUnsafeCode { get; set; }
member this.AllowUnsafeCode : bool with get, set
Public Property AllowUnsafeCode As Boolean

Property Value

Boolean

Applies to