TranslationServiceApplicationProxy.MaximumItemCount property
Gets or sets the maximum item size of a group.
Namespace: Microsoft.Office.TranslationServices
Assembly: Microsoft.Office.TranslationServices (in Microsoft.Office.TranslationServices.dll)
Syntax
'Declaration
Public Property MaximumItemCount As Integer
Get
Set
'Usage
Dim instance As TranslationServiceApplicationProxy
Dim value As Integer
value = instance.MaximumItemCount
instance.MaximumItemCount = value
public int MaximumItemCount { get; set; }
Property value
Type: System.Int32
See also
Reference
TranslationServiceApplicationProxy class