Compartir a través de


OAuthCard.Buttons Propiedad

Definición

Obtiene o establece la acción que se va a usar para realizar el inicio de sesión.

public System.Collections.Generic.IList<Microsoft.Bot.Schema.CardAction> Buttons { get; set; }
member this.Buttons : System.Collections.Generic.IList<Microsoft.Bot.Schema.CardAction> with get, set
Public Property Buttons As IList(Of CardAction)

Valor de propiedad

Las acciones usadas para realizar el inicio de sesión.

Se aplica a