共用方式為


SPAntivirusSettings.NumberOfThreads property

取得或設定病毒掃描程式可以使用的執行緒數目。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Property NumberOfThreads As Integer
    Get
    Set
'用途
Dim instance As SPAntivirusSettings
Dim value As Integer

value = instance.NumberOfThreads

instance.NumberOfThreads = value
public int NumberOfThreads { get; set; }

Property value

Type: System.Int32
32 位元整數,會指定的執行緒數目。預設值為 5。

請參閱

參照

SPAntivirusSettings class

SPAntivirusSettings members

Microsoft.SharePoint.Administration namespace