SPSite.SystemAccount - Propriété

Gets the system account of the site collection.

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public ReadOnly Property SystemAccount As SPUser
    Get
'Utilisation
Dim instance As SPSite
Dim value As SPUser

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

Valeur de propriété

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

Remarques

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

Voir aussi

Référence

SPSite classe

SPSite - Membres

Microsoft.SharePoint - Espace de noms