Share via


ConnectivityIssue.Origin Property

Definition

Gets the origin of the issue. Possible values include: 'Local', 'Inbound', 'Outbound'

[Newtonsoft.Json.JsonProperty(PropertyName="origin")]
public string Origin { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="origin")>]
member this.Origin : string
Public ReadOnly Property Origin As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to