GetLanguageIds Method

Gets the language identifiers.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Data
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
Public Function GetLanguageIds As HashSet(Of String)
'Usage
Dim instance As AddressDataManager
Dim returnValue As HashSet(Of String)

returnValue = instance.GetLanguageIds()
public HashSet<string> GetLanguageIds()
public:
HashSet<String^>^ GetLanguageIds()

Return Value

Type: System.Collections.Generic.HashSet<String>
A collection of language identifiers.

See Also

Reference

AddressDataManager Class

Microsoft.Dynamics.Commerce.Runtime.Data Namespace