Share via


TranslationServiceApplication.MaximumItemsPerDay property

Gets or sets the maximum number of items that can be added in a 24-hour period.

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

Syntax

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

value = instance.MaximumItemsPerDay

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

Property value

Type: System.Int32

Remarks

A value of zero indicates no limit.

See also

Reference

TranslationServiceApplication class

TranslationServiceApplication members

Microsoft.Office.TranslationServices namespace