SPFarm.ServerDebugFlags property

Server debug flags that can be added or removed to change the way certain operations or features work. The existence and behavior of these flags is not guaranteed in future versions of the product. Documentation in KBs and tech articles will provide instructions and details for usage.

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

Syntax

'Declaration
Public ReadOnly Property ServerDebugFlags As ISet(Of Integer)
    Get
'Usage
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>

See also

Reference

SPFarm class

SPFarm members

Microsoft.SharePoint.Administration namespace