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)
Available in Sandboxed Solutions: No
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