SPSecurityEventProperties.GroupNewOwnerId - Propriété
Obtient l'identificateur du nouveau propriétaire du groupe de sécurité pour cet événement.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property GroupNewOwnerId As Integer
Get
'Utilisation
Dim instance As SPSecurityEventProperties
Dim value As Integer
value = instance.GroupNewOwnerId
public int GroupNewOwnerId { get; }
Valeur de propriété
Type : System.Int32
L'identificateur du nouveau propriétaire du groupe de sécurité.
Voir aussi
Référence
SPSecurityEventProperties classe