Share via


InstantMessagingCommandActivity.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
Public Property ExpectedInputs As String()
    Get
    Set
public string[] ExpectedInputs { get; set; }
public:
property array<String^>^ ExpectedInputs {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
function set_expectedInputs(value);

See Also

InstantMessagingCommandActivity Class

Microsoft.Rtc.Workflow.Activities Namespace