VCLinkerTool::CLRThreadAttribute Property
Visual Studio 2015
Gets or sets a value indicating the threading attribute for the entry point of your CLR program.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
property eCLRThreadAttribute CLRThreadAttribute { eCLRThreadAttribute get(); void set(eCLRThreadAttribute value); }
Property Value
Type: Microsoft.VisualStudio.VCProjectEngine::eCLRThreadAttributeAn eCLRThreadAttribute enumeration.
Show: