IBackgroundTransferOperation.RequestedUri Property

Definition

Gets the URI for the background transfer.

public:
 property Uri ^ RequestedUri { Uri ^ get(); };
Uri RequestedUri();
public System.Uri RequestedUri { get; }
var uri = iBackgroundTransferOperation.requestedUri;
Public ReadOnly Property RequestedUri As Uri

Property Value

The URI.

Applies to