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