Share via


SPRemoteAppEventProperties.AssetId property

Gets or sets the ID of the app in the Office Store.

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

Syntax

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

value = instance.AssetId

instance.AssetId = value
[DataMemberAttribute]
public string AssetId { get; set; }

Property value

Type: System.String
The store-assigned ID of the app in the Office Store.

See also

Reference

SPRemoteAppEventProperties class

SPRemoteAppEventProperties members

Microsoft.SharePoint.Client.EventReceivers namespace