Share via


RemoteResourceUri.QueryPairs Property

Gets or sets query name-value pairs in the URI string.

Syntax

  public System.Collections.IDictionary QueryPairs {get; set;}

Property Value

System.Collections.IDictionary.  Contains name-value pairs for the query segment of 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