Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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