VCCLCompilerTool.OpenMP Property

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

See Also

Reference

VCCLCompilerTool Interface

VCCLCompilerTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace