Deployment.EntryPointType Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets a string that identifies the namespace and type name of the class that contains the Application entry point for your application.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Public ReadOnly Property EntryPointType As String
public string EntryPointType { get; }
<Deployment xmlns="https://schemas.microsoft.com/client/2007/deployment" EntryPointType="entryPointClass" .../>

XAML Values

  • entryPointClass
    The class in the EntryPointType assembly that derives from Application.

Property Value

Type: System.String
The namespace and type name of the class that contains the Application entry point.

Remarks

Dependency property identifier field: EntryPointTypeProperty

For more information, see Application Structure.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.