de la propiedad TranslationServiceApplication.InterleaveItemsByPartition
Obtiene o establece un valor booleano que indica si se deben intercalar el procesamiento de los elementos para distribuir el tiempo de procesamiento más bastante entre los elementos de las distintas particiones.
Espacio de nombres: Microsoft.Office.TranslationServices
Ensamblado: Microsoft.Office.TranslationServices (en Microsoft.Office.TranslationServices.dll)
Sintaxis
'Declaración
Public Property InterleaveItemsByPartition As Boolean
Get
Set
'Uso
Dim instance As TranslationServiceApplication
Dim value As Boolean
value = instance.InterleaveItemsByPartition
instance.InterleaveItemsByPartition = value
public bool InterleaveItemsByPartition { get; set; }
Valor de propiedad
Tipo: System.Boolean
Vea también
Referencia
clase TranslationServiceApplication