SPApp.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.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ContentMarket As String
Get
'Usage
Dim instance As SPApp
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 null if the app was acquired from any place other than the marketplace.