Compartir a través de


Application.ReplyUrls Propiedad

Definición

Obtiene o establece una colección de direcciones URL de respuesta para la aplicación.

[Newtonsoft.Json.JsonProperty(PropertyName="replyUrls")]
public System.Collections.Generic.IList<string> ReplyUrls { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="replyUrls")>]
member this.ReplyUrls : System.Collections.Generic.IList<string> with get, set
Public Property ReplyUrls As IList(Of String)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a