SPWebApplication.IsAdministrationWebApplication-Eigenschaft
Dient zum Abrufen oder Festlegen eines booleschen Werts, der angibt, ob die Webanwendung der Zentraladministration-Anwendung ist.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Property IsAdministrationWebApplication As Boolean
Get
Set
'Usage
Dim instance As SPWebApplication
Dim value As Boolean
value = instance.IsAdministrationWebApplication
instance.IsAdministrationWebApplication = value
public virtual bool IsAdministrationWebApplication { get; set; }
Eigenschaftswert
Typ: System.Boolean
true , wenn die Webanwendung der Zentraladministration-Anwendung ist; andernfalls false.