WordServiceApplicationProxy.MaximumItemCount Property
Gets or sets a value that specifies the maximum number of conversion items sent as part of a single Windows Communication Foundation (WCF)request between the web front-end (WFE) and the application server.
Namespace: Microsoft.Office.Word.Server.Service
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public Property MaximumItemCount As Integer
Get
Set
'Usage
Dim instance As WordServiceApplicationProxy
Dim value As Integer
value = instance.MaximumItemCount
instance.MaximumItemCount = value
public int MaximumItemCount { get; set; }
Property Value
Type: System.Int32
Returns Int32.
Remarks
This property can be set by usingWindows PowerShell, but should only be changed if your operating environment has specific limitations around the size of the WCF messages sent between machines.
See Also
Reference
WordServiceApplicationProxy Class