Partager via


SPAuditEntry.AppPrincipalId - Propriété

Obtient l'ID de l'application principal qui a provoqué l'événement.

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

Syntaxe

'Déclaration
Public ReadOnly Property AppPrincipalId As Nullable(Of Integer)
    Get
'Utilisation
Dim instance As SPAuditEntry
Dim value As Nullable(Of Integer)

value = instance.AppPrincipalId
public Nullable<int> AppPrincipalId { get; }

Valeur de propriété

Type : System.Nullable<Int32>
Int32 qui représente l'ID du principal d'application dans la base de données SharePoint.

Remarques

Si la valeur de la source d'événement est ObjectModel, puis AppPrincipalId conserve l'ID de l'application principal dans le contexte duquel le code qui a provoqué l'événement était en cours d'exécution. S'il n'existe aucun contexte de l'application, le AppPrincipalId est null.

Voir aussi

Référence

SPAuditEntry classe

SPAuditEntry - Membres

Microsoft.SharePoint - Espace de noms