ApplicationContext.ApplicationInfo Property

Gets the application properties from the XML that was used to register the application.

Syntax

public Dictionary<string,object> ApplicationInfo {get;}

Property Value

System.Collections.Generic.Dictionary<System.String, System.Object>. A list of the application properties.

This property is read-only.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.Hosting

Assembly: Microsoft.MediaCenter.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also