Share via


RemoteResourceUri.PathSegments Property

Gets or sets a list of path segments of the URI string.

Syntax

  public System.Collections.IList PathSegments {get; set;}

Property Value

System.Collections.IList.  A list of path segments.

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