RefreshDefinition.WithUserIds Method

Definition

Overloads

WithUserIds(IList<String>)

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

Parameters

value
IList<String>

Returns

Applies to

WithUserIds(String[])

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

Parameters

value
String[]

Returns

Applies to