VCLinkerTool.ProfileGuidedDatabase Property

Definition

Gets or sets the database file to use when using profile-guided optimizations.

public:
 property System::String ^ ProfileGuidedDatabase { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ ProfileGuidedDatabase { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(85)]
public string ProfileGuidedDatabase { [System.Runtime.InteropServices.DispId(85)] get; [System.Runtime.InteropServices.DispId(85)] set; }
[<System.Runtime.InteropServices.DispId(85)>]
[<get: System.Runtime.InteropServices.DispId(85)>]
[<set: System.Runtime.InteropServices.DispId(85)>]
member this.ProfileGuidedDatabase : string with get, set
Public Property ProfileGuidedDatabase As String

Property Value

The database file to use when using profile-guided optimizations.

Attributes

Remarks

This property should only be used when using profile-guided optimizations.

Applies to