Alias.DefaultPath Property

Definition

Gets or sets the default path for an alias.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to