SPRemoteAppEventProperties.ContentMarket property

Gets or sets the ID of the locale of the Office Store where the app was purchased.

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

Syntax

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

value = instance.ContentMarket

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

Property value

Type: System.String
The locale of the Office Store.

See also

Reference

SPRemoteAppEventProperties class

SPRemoteAppEventProperties members

Microsoft.SharePoint.Client.EventReceivers namespace