VCCLCompilerTool.OpenMP Property
Gets or set whether OpenMP is enabled.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
Property OpenMP As Boolean
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).
Permissions
- 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.