SPHealthReportCreationData.SupportMachineName property

Gets or sets a Boolean value indicating whether the query supports the @MachineName parameter that identifies the server in the farm.

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

Syntax

'Declaration
Public Property SupportMachineName As Boolean
    Get
    Set
'Usage
Dim instance As SPHealthReportCreationData
Dim value As Boolean

value = instance.SupportMachineName

instance.SupportMachineName = value
public bool SupportMachineName { get; set; }

Property value

Type: System.Boolean
true if the query supports the MachineName parameter.

See also

Reference

SPHealthReportCreationData class

SPHealthReportCreationData members

Microsoft.SharePoint.Administration namespace