Share via


Criterion.AsPath Property

Definition

Gets or sets list of AS paths which this criteria matches.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to