InitialSilenceTimeout Property
Gets the length of time after the prompt has completed that the user has to provide input, or the activity will play the prompt again.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
<TypeConverterAttribute(GetType(TimeSpanConverter))> _
Public Property InitialSilenceTimeout As TimeSpan
[TypeConverterAttribute(typeof(TimeSpanConverter))]
public TimeSpan InitialSilenceTimeout { get; set; }
[TypeConverterAttribute(typeof(TimeSpanConverter))]
public:
property TimeSpan InitialSilenceTimeout {
TimeSpan get ();
void set (TimeSpan value);
}
function get_initialSilenceTimeout();
function set_initialSilenceTimeout(value);
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown if trying to set the property to a value that is less than TimeSpan.Zero. |