App.ContentMarket property
Gets the culture that the app acquirer was using to browse the marketplace at the time the app was acquired.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ContentMarket As String
Get
'Usage
Dim instance As App
Dim value As String
value = instance.ContentMarket
public string ContentMarket { get; }
Property value
Type: System.String
The app’s culture information. This value is only a string and is not guaranteed to be valid culture information. This value is a null reference (Nothing in Visual Basic) if the app was acquired from any place other than the marketplace.