WebhookReceiver.ServiceUri Property

Definition

Gets or sets the URI where webhooks should be sent.

[Newtonsoft.Json.JsonProperty(PropertyName="serviceUri")]
public string ServiceUri { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="serviceUri")>]
member this.ServiceUri : string with get, set
Public Property ServiceUri As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to