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