SPFarm.ServerDebugFlags property
伺服器偵錯旗標,可以新增或移除,以變更特定作業或功能的工作。存在和行為的旗標不保證在未來版本的產品。知識庫和技術文章中的文件將提供使用方式的指示和詳細資料。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property ServerDebugFlags As ISet(Of Integer)
Get
'用途
Dim instance As SPFarm
Dim value As ISet(Of Integer)
value = instance.ServerDebugFlags
public ISet<int> ServerDebugFlags { get; }
Property value
Type: System.Collections.Generic.ISet<Int32>