SPSite.UserIsSiteAdminInSystem-Eigenschaft
Gibt an, ob der aktuelle Benutzer Auflistung Websiteadministrator im System (vor der Readonly-Modus trim angewendet) ist
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property UserIsSiteAdminInSystem As Boolean
Get
'Usage
Dim instance As SPSite
Dim value As Boolean
value = instance.UserIsSiteAdminInSystem
public bool UserIsSiteAdminInSystem { get; }
Eigenschaftswert
Typ: System.Boolean