de la propiedad TranslationServiceApplication.MaximumItemsPerDay
Obtiene o establece el número máximo de elementos que se pueden agregar en un período de 24 horas.
Espacio de nombres: Microsoft.Office.TranslationServices
Ensamblado: Microsoft.Office.TranslationServices (en Microsoft.Office.TranslationServices.dll)
Sintaxis
'Declaración
Public Property MaximumItemsPerDay As Integer
Get
Set
'Uso
Dim instance As TranslationServiceApplication
Dim value As Integer
value = instance.MaximumItemsPerDay
instance.MaximumItemsPerDay = value
public int MaximumItemsPerDay { get; set; }
Valor de propiedad
Tipo: System.Int32
Comentarios
Un valor de cero indica sin límite.
Vea también
Referencia
clase TranslationServiceApplication