GetLanguages Method

Namespace:  Microsoft.Dynamics.AX.Framework.Workflow.Model.AxMetaDataServiceReference
Assembly:  Microsoft.Dynamics.AX.Framework.Workflow.Model (in Microsoft.Dynamics.AX.Framework.Workflow.Model.dll)

Syntax

'Declaration
<OperationContractAttribute(Action := "http://tempuri.org/IAxMetadataService/GetLanguages",  _
    ReplyAction := "http://tempuri.org/IAxMetadataService/GetLanguagesResponse")> _
Function GetLanguages As LanguageInfo()
'Usage
Dim instance As IAxMetadataService
Dim returnValue As LanguageInfo()

returnValue = instance.GetLanguages()
[OperationContractAttribute(Action = "http://tempuri.org/IAxMetadataService/GetLanguages", 
    ReplyAction = "http://tempuri.org/IAxMetadataService/GetLanguagesResponse")]
LanguageInfo[] GetLanguages()
[OperationContractAttribute(Action = L"http://tempuri.org/IAxMetadataService/GetLanguages", 
    ReplyAction = L"http://tempuri.org/IAxMetadataService/GetLanguagesResponse")]
array<LanguageInfo^>^ GetLanguages()

Return Value

Type: Microsoft.Dynamics.AX.Framework.Workflow.Model.AxMetaDataServiceReference.LanguageInfo[]

See Also

Reference

IAxMetadataService Interface

Microsoft.Dynamics.AX.Framework.Workflow.Model.AxMetaDataServiceReference Namespace