SPAdministrationWebApplication.IsAdministrationWebApplication-Eigenschaft
Ruft einen booleschen Wert, der angibt, ob die Webanwendung die Webanwendung Verwaltung ist.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property IsAdministrationWebApplication As Boolean
Get
'Usage
Dim instance As SPAdministrationWebApplication
Dim value As Boolean
value = instance.IsAdministrationWebApplication
public override bool IsAdministrationWebApplication { get; }
Eigenschaftswert
Typ: System.Boolean
true gibt die Verwaltungswebanwendung an. andernfalls false. Der Standardwert ist true.
Siehe auch
Referenz
SPAdministrationWebApplication Klasse