Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.MicrosoftTranslationService
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As LanguageService
Dim appId As String
Dim returnValue As String()
returnValue = instance.GetLanguagesForTranslate(appId)
Syntax
'Declaration
<OperationContractAttribute(Action:="http://api.microsofttranslator.com/V2/LanguageService/GetLanguagesForTranslate", ReplyAction:="http://api.microsofttranslator.com/V2/LanguageService/GetLanguagesForTranslateResponse")> _
Function GetLanguagesForTranslate ( _
appId As String _
) As String()
[OperationContractAttribute(Action="http://api.microsofttranslator.com/V2/LanguageService/GetLanguagesForTranslate", ReplyAction="http://api.microsofttranslator.com/V2/LanguageService/GetLanguagesForTranslateResponse")]
string[] GetLanguagesForTranslate (
string appId
)
[OperationContractAttribute(Action=L"http://api.microsofttranslator.com/V2/LanguageService/GetLanguagesForTranslate", ReplyAction=L"http://api.microsofttranslator.com/V2/LanguageService/GetLanguagesForTranslateResponse")]
array<String^>^ GetLanguagesForTranslate (
String^ appId
)
/** @attribute OperationContractAttribute(Action="http://api.microsofttranslator.com/V2/LanguageService/GetLanguagesForTranslate", ReplyAction="http://api.microsofttranslator.com/V2/LanguageService/GetLanguagesForTranslateResponse") */
String[] GetLanguagesForTranslate (
String appId
)
OperationContractAttribute(Action="http://api.microsofttranslator.com/V2/LanguageService/GetLanguagesForTranslate", ReplyAction="http://api.microsofttranslator.com/V2/LanguageService/GetLanguagesForTranslateResponse")
function GetLanguagesForTranslate (
appId : String
) : String[]
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
LanguageService Interface
LanguageService Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.MicrosoftTranslationService Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.