WordServiceApplication.MaximumMemoryUsage Property
Gets or sets a value that specifies the maximum percentage of system memory which can be used by the application manager.
Namespace: Microsoft.Office.Word.Server.Service
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public Property MaximumMemoryUsage As Integer
Get
Set
'Usage
Dim instance As WordServiceApplication
Dim value As Integer
value = instance.MaximumMemoryUsage
instance.MaximumMemoryUsage = value
public int MaximumMemoryUsage { get; set; }
Property Value
Type: System.Int32
Returns Int32.
Remarks
This value must be between 10 and 100. The default value is 100.