ResetInputsAction.WithTargetInputIds Method

Definition

Overloads

WithTargetInputIds(IList<String>)

public Microsoft.Teams.Cards.ResetInputsAction WithTargetInputIds(System.Collections.Generic.IList<string> value);
member this.WithTargetInputIds : System.Collections.Generic.IList<string> -> Microsoft.Teams.Cards.ResetInputsAction
Public Function WithTargetInputIds (value As IList(Of String)) As ResetInputsAction

Parameters

value
IList<String>

Returns

Applies to

WithTargetInputIds(String[])

public Microsoft.Teams.Cards.ResetInputsAction WithTargetInputIds(params string[] value);
member this.WithTargetInputIds : string[] -> Microsoft.Teams.Cards.ResetInputsAction
Public Function WithTargetInputIds (ParamArray value As String()) As ResetInputsAction

Parameters

value
String[]

Returns

Applies to