다음을 통해 공유


TransferMetadata.InputFilePath Property

Definition

/Gets or sets a value indicating the full path to the file to be transferred.

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

Property Value

The input file path.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to