Share via


RemoteResourceUri.Uri Property

Gets or sets the URI as a System.URI object.

Syntax

  public Uri Uri {get; set;}

Property Value

System.Uri.  The URI.

This property is read/write.

Remarks

A URI consists of the following segments:

scheme://username:password@host:port/path;parameter?query#fragment

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.DataAccess

Assembly: Microsoft.MediaCenter.dll

Platform: Windows 7

See Also