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
'Usage
Dim instance As InstantMessagingCommandActivity
Dim value As String()
value = instance.ExpectedInputs
instance.ExpectedInputs = value
public string[] ExpectedInputs { get; set; }
Property Value
Type: []
See Also
Reference
InstantMessagingCommandActivity Class