ClassSilverlightAppContent
Class
Represents the access point to the content of the Silverlight App as described here: http://msdn2.microsoft.com/en-us/library/bb412394.aspx Note: Currently all properties are Read-Only.
Definition
Namespace:ArtOfTest.WebAii.Silverlight
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class SilverlightAppContent
Inheritance: objectSilverlightAppContent
Properties
Methods
GetValue<T>(string)
Declaration
cs-api-definition
public T GetValue<T>(string propertyName)
Parameters
propertyName
Returns
T