Share via


SPSite.SystemAccount-Eigenschaft

Gets the system account of the site collection.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property SystemAccount As SPUser
    Get
'Usage
Dim instance As SPSite
Dim value As SPUser

value = instance.SystemAccount
public SPUser SystemAccount { get; }

Eigenschaftswert

Typ: Microsoft.SharePoint.SPUser
An SPUser object that represents the system account.

Hinweise

The system account is a special SPUser object that has full control over all content in the site collection

Siehe auch

Referenz

SPSite Klasse

SPSite-Member

Microsoft.SharePoint-Namespace