Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or set whether OpenMP is enabled.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property OpenMP As Boolean
'Usage
Dim instance As VCCLCompilerTool
Dim value As Boolean
value = instance.OpenMP
instance.OpenMP = value
bool OpenMP { get; set; }
property bool OpenMP {
bool get ();
void set (bool value);
}
function get OpenMP () : boolean
function set OpenMP (value : boolean)
Property Value
Type: System.Boolean
A boolean value indicating whether OpenMP support is enabled.
Examples
See /openmp (Enable OpenMP 2.0 Support).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.