Share via


InstantMessagingQuestionAnswerActivity.InitialSilenceTimeout Property

Gets the length of time, after send message completed, before the InitialSilenceTimeout expires.

Namespace:  Microsoft.Rtc.Workflow.Activities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
<TypeConverterAttribute(GetType(TimeSpanConverter))> _
Public Property InitialSilenceTimeout As TimeSpan
    Get
    Set
'Usage
Dim instance As InstantMessagingQuestionAnswerActivity
Dim value As TimeSpan

value = instance.InitialSilenceTimeout

instance.InitialSilenceTimeout = value
[TypeConverterAttribute(typeof(TimeSpanConverter))]
public TimeSpan InitialSilenceTimeout { get; set; }

Property Value

Type: System.TimeSpan

See Also

Reference

InstantMessagingQuestionAnswerActivity Class

InstantMessagingQuestionAnswerActivity Members

Microsoft.Rtc.Workflow.Activities Namespace