Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

AdaptiveMediaSourceDownloadResult.ResourceUri 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 or sets the Uniform Resource Identifier (URI) of the downloaded resource.

public:
 property Uri ^ ResourceUri { Uri ^ get(); void set(Uri ^ value); };
Uri ResourceUri();

void ResourceUri(Uri value);
public System.Uri ResourceUri { get; set; }
var uri = adaptiveMediaSourceDownloadResult.resourceUri;
adaptiveMediaSourceDownloadResult.resourceUri = uri;
Public Property ResourceUri As Uri

Property Value

The Uniform Resource Identifier (URI) of the downloaded resource.

Applies to


Feedback

Was this page helpful?