Share via


PacketCaptureStorageLocation.StoragePath Property

Definition

Gets or sets the URI of the storage path to save the packet capture. Must be a well-formed URI describing the location to save the packet capture.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to