SPRemoteAppEventProperties.ProductId - Propriété
Obtient ou définit l'ID de produit de l'application.
Espace de noms : Microsoft.SharePoint.Client.EventReceivers
Assembly : Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property ProductId As Guid
Get
Set
'Utilisation
Dim instance As SPRemoteAppEventProperties
Dim value As Guid
value = instance.ProductId
instance.ProductId = value
[DataMemberAttribute]
public Guid ProductId { get; set; }
Valeur de propriété
Type : System.Guid
L'ID de produit affectée par le développeur de l'application.
Voir aussi
Référence
SPRemoteAppEventProperties classe