Compartir a través de


de la propiedad SPSite.SystemAccount

Gets the system account of the site collection.

Espacio de nombres:  Microsoft.SharePoint
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
Public ReadOnly Property SystemAccount As SPUser
    Get
'Uso
Dim instance As SPSite
Dim value As SPUser

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

Valor de propiedad

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

Comentarios

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

Vea también

Referencia

clase SPSite

Miembros SPSite

Espacio de nombres Microsoft.SharePoint