Share via


SPRemoteAppEventProperties.ProductId property

Gets or sets the product ID of the app.

Namespace:  Microsoft.SharePoint.Client.EventReceivers
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property ProductId As Guid
    Get
    Set
'Usage
Dim instance As SPRemoteAppEventProperties
Dim value As Guid

value = instance.ProductId

instance.ProductId = value
[DataMemberAttribute]
public Guid ProductId { get; set; }

Property value

Type: System.Guid
The developer-assigned product ID of the app.

See also

Reference

SPRemoteAppEventProperties class

SPRemoteAppEventProperties members

Microsoft.SharePoint.Client.EventReceivers namespace