IVsProfilableProjectCfg.LegacyWebSupportRequired Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether legacy Web support is required. Some legacy Web projects (like SharePoint) need additional assistance to start profiling a scenario, as they rely on existing Visual Studio Profiler functionality. New projects (like IISExpress) do not need it.
public:
property bool LegacyWebSupportRequired { bool get(); };
public:
property bool LegacyWebSupportRequired { bool get(); };
[System.Runtime.InteropServices.DispId(1610678273)]
public bool LegacyWebSupportRequired { get; }
public bool LegacyWebSupportRequired { get; }
[<System.Runtime.InteropServices.DispId(1610678273)>]
member this.LegacyWebSupportRequired : bool
member this.LegacyWebSupportRequired : bool
Public ReadOnly Property LegacyWebSupportRequired As Boolean
Property Value
true
if legacy Web support is required.
- Attributes