SilencePrompt Property

Gets the SilencePrompt, which asks the user to provide an answer following the first occurrence of a silence.

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

Syntax

'Declaration
Public Property SilencePrompt As String
public string SilencePrompt { get; set; }
public:
property String^ SilencePrompt {
    String^ get ();
    void set (String^ value);
}
function get_silencePrompt();
function set_silencePrompt(value);

See Also

InstantMessagingPrompts Class

Microsoft.Rtc.Workflow.Common Namespace