UMServer.GrammarGenerationSchedule Property
Gets or sets the schedule for speech grammar generation.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property GrammarGenerationSchedule As ScheduleInterval()
Get
Set
'Usage
Dim instance As UMServer
Dim value As ScheduleInterval()
value = instance.GrammarGenerationSchedule
instance.GrammarGenerationSchedule = value
[ParameterAttribute(Mandatory = false)]
public ScheduleInterval[] GrammarGenerationSchedule { get; set; }
Property Value
Type: []
An array of scheduled times for speech grammar generation.
See Also