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