VpnConnectionPacketCaptureStopParameters.LinkConnectionNames Property

Definition

Gets or sets list of site link connection names.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to