SPHealthReportCreationData.SupportSelectWebApplication-Eigenschaft
Dient zum Abrufen oder Festlegen eines booleschen Werts, der angibt, ob die Abfrage den @WebApplicationId-Parameter, die GUID für eine Webanwendung darstellt, unterstützt.
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; }
Eigenschaftswert
Typ: System.Boolean
true , wenn die Abfrage den WebApplicationId Parameter unterstützt.
Siehe auch
Referenz
SPHealthReportCreationData Klasse