WordServiceApplicationProxy.MaximumGroupSize Property
Gets or sets a value that specifies the maximum size of a single group of items (transferred in a single Windows Communication Foundation (WCF) call).
Namespace: Microsoft.Office.Word.Server.Service
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public Property MaximumGroupSize As Integer
Get
Set
'Usage
Dim instance As WordServiceApplicationProxy
Dim value As Integer
value = instance.MaximumGroupSize
instance.MaximumGroupSize = value
public int MaximumGroupSize { get; set; }
Property Value
Type: System.Int32
Returns Int32.
See Also
Reference
WordServiceApplicationProxy Class