The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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: