IBackgroundTransferOperation.RequestedUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.