The AspTrackThreadingModel property specifies whether IIS checks the threading model of any components (COM objects) that your application creates. The preferred setting of this metabase property is false.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property AspTrackThreadingModel As Boolean |
| C# |
|---|
| public bool AspTrackThreadingModel { get; set; } |
| C++ |
|---|
| public property bool AspTrackThreadingModel sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_AspTrackThreadingModel(); /** property */ public void set_AspTrackThreadingModel(bool value); |
| JScript |
|---|
| public function get AspTrackThreadingModel() : bool public function set AspTrackThreadingModel(value : bool); |
Property Value
Value indicating if AspTrackThreadingModel is enabled or disabled.
See Also
Documentation version 1.0.0.0.