GetPropertyDefinitionLanguages Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Returns languages assigned to the property definitions.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Function GetPropertyDefinitionLanguages As ReadOnlyStringCollection
'Usage
Dim instance As CatalogContext
Dim returnValue As ReadOnlyStringCollection
returnValue = instance.GetPropertyDefinitionLanguages()
public ReadOnlyStringCollection GetPropertyDefinitionLanguages()
public:
ReadOnlyStringCollection^ GetPropertyDefinitionLanguages()
public function GetPropertyDefinitionLanguages() : ReadOnlyStringCollection
Return Value
Type: Microsoft.CommerceServer.Runtime..::.ReadOnlyStringCollection
A ReadOnlyStringCollection object containing all the languages assigned to property definitions in the Product Catalog System.
Remarks
The list of languages is cached. To refresh it, call the Refresh method explicitly.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.