RefreshDefinition.WithUserIds Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| WithUserIds(IList<String>) | |
| WithUserIds(String[]) |
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
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[]