Property Source
Source
Gets or sets source of this parameter, which will be the location of the data file for input or output.
Declaration
public Uri Source { get; set; }
Property Value
Type | Description |
---|---|
System.Uri | Source of this parameter, which will be the location of the data file for input or output. |
Remarks
If this is an input parameter this will be a URL pointing to the input data file. If this is an output parameter the URL is the URL location of the file on the service. This can be retrieved by using GetFileAsync(String)
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |