Share via


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

WordServiceApplicationProxy members

Microsoft.Office.Word.Server.Service namespace