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