Share via


RemoteResourceUri.FullString Property

Gets or sets the URI as a string.

Syntax

  public string FullString {get; set;}

Property Value

System.String.  The complete URI.

This property is read/write.

Remarks

When the FullString property is set, the other RemoteResourceURI properties are parsed from it.

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