SPHealthReportCreationData.SupportSelectWebApplication property

Gets or sets a Boolean value indicating whether the query supports the @WebApplicationId parameter representing the GUID for a Web Application.

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

Syntax

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

value = instance.SupportSelectWebApplication

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

Property value

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

See also

Reference

SPHealthReportCreationData class

SPHealthReportCreationData members

Microsoft.SharePoint.Administration namespace