USqlAssemblyFileInfo.OriginalPath Property

Definition

Gets or sets the the original path to the assembly file.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to