ExpectedInputs Property

An array of instant message keywords that will trigger this command.

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

Syntax

'Declaration
<DefaultValueAttribute(Nothing)> _
Public Property ExpectedInputs As String()
[DefaultValueAttribute(null)]
public string[] ExpectedInputs { get; set; }
[DefaultValueAttribute(nullptr)]
public:
property array<String^>^ ExpectedInputs {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
function get_expectedInputs();
function set_expectedInputs(value);

See Also

InstantMessagingCommandActivity Class

Microsoft.Rtc.Workflow.Activities Namespace