Sdílet prostřednictvím


PacketCaptureQueryStatusResult.PacketCaptureError Property

Definition

Gets or sets list of errors of packet capture session.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to