SPAdministrationWebApplication.CurrentUserIsDelegatedAdministrator-Methode
Bestimmt, ob der aktuelle Benutzer ein delegierter dieses Verwaltungswebanwendung-Administrator ist.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function CurrentUserIsDelegatedAdministrator As Boolean
'Usage
Dim instance As SPAdministrationWebApplication
Dim returnValue As Boolean
returnValue = instance.CurrentUserIsDelegatedAdministrator()
public bool CurrentUserIsDelegatedAdministrator()
Rückgabewert
Typ: System.Boolean
true , wenn der aktuelle Benutzer Mitglied der Gruppe der delegierte Administratoren ist; andernfalls false.
Siehe auch
Referenz
SPAdministrationWebApplication Klasse