Share via


SourceUploadDefinition.RelativePath Property

Definition

Gets or sets the relative path to the source. This is used to submit the subsequent queue build request.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to