WordServiceApplication.GoldenRatio property

Golden ratio specifying the recommended maximum ratio of ConversionsPerInstance * TotalActiveProcesses / TimerJobFrequency.Minutes

Namespace:  Microsoft.Office.Word.Server.Service
Assembly:  Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)

Syntax

'Declaration
Public Property GoldenRatio As Integer
    Get
    Set
'Usage
Dim instance As WordServiceApplication
Dim value As Integer

value = instance.GoldenRatio

instance.GoldenRatio = value
public int GoldenRatio { get; set; }

Property value

Type: System.Int32
Returns Int32.

See also

Reference

WordServiceApplication class

WordServiceApplication members

Microsoft.Office.Word.Server.Service namespace