VCProjectEngineObjectClass.PerformanceLogging 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.
Microsoft Internal Use Only.
public:
virtual property bool PerformanceLogging { bool get(); void set(bool value); };
public:
virtual property bool PerformanceLogging { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(220)]
public virtual bool PerformanceLogging { [System.Runtime.InteropServices.DispId(220)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)] get; [System.Runtime.InteropServices.DispId(220)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)] set; }
[<System.Runtime.InteropServices.DispId(220)>]
[<get: System.Runtime.InteropServices.DispId(220)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)>]
[<set: System.Runtime.InteropServices.DispId(220)>]
[<set: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)>]
member this.PerformanceLogging : bool with get, set
Public Overridable Property PerformanceLogging As Boolean
Property Value
A Boolean value.
Implements
- Attributes