Share via


TranslationServiceApplication.MaximumSyncTranslationRequests property

Gets or sets the maximum number of simultaneous synchronous translation requests per server that are allowed.

Namespace:  Microsoft.Office.TranslationServices
Assembly:  Microsoft.Office.TranslationServices (in Microsoft.Office.TranslationServices.dll)

Syntax

'Declaration
Public Property MaximumSyncTranslationRequests As Integer
    Get
    Set
'Usage
Dim instance As TranslationServiceApplication
Dim value As Integer

value = instance.MaximumSyncTranslationRequests

instance.MaximumSyncTranslationRequests = value
public int MaximumSyncTranslationRequests { get; set; }

Property value

Type: System.Int32

See also

Reference

TranslationServiceApplication class

TranslationServiceApplication members

Microsoft.Office.TranslationServices namespace