SPRemoteSecurityEventProperties.GroupNewOwnerId - Propriété
Espace de noms : Microsoft.SharePoint.Client.EventReceivers
Assembly : Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property GroupNewOwnerId As Integer
Get
Set
'Utilisation
Dim instance As SPRemoteSecurityEventProperties
Dim value As Integer
value = instance.GroupNewOwnerId
instance.GroupNewOwnerId = value
[DataMemberAttribute]
public int GroupNewOwnerId { get; set; }
Valeur de propriété
Type : System.Int32
Voir aussi
Référence
SPRemoteSecurityEventProperties classe