Share via


MediaExperience.UrlType Property

Gets or sets the type of URI (MCML or HTTP) for the application.

Syntax

public string UrlType {get; set;}

Property Value

System.String.  The type of URI. This value can be "HTTP" or "MCML".

This property is read/write.

Remarks

This property is only valid when MediaExperience.Url is set to a valid value. A value of "MCML" launches the URI as an MCML application. A value of "HTTP" launches the URI as a hosted HTML application.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter

Assembly: Microsoft.MediaCenter.dll

Platform: Windows 7

See Also