TransferFileInfoDataTransferFileUri Property |
Gets the URL of the transfer file.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(EmitDefaultValue = false, Name = "transferFileUri")]
public Uri TransferFileUri { get; set; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "transferFileUri")>
Public Property TransferFileUri As Uri
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"transferFileUri")]
property Uri^ TransferFileUri {
Uri^ get ();
void set (Uri^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "transferFileUri")>]
member TransferFileUri : Uri with get, set
Property Value
Type:
UriRemarks This field is populated only when
Source is
Url.
See Also