Deployment.EntryPointType Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a string that identifies the namespace and type name of the class that contains the Application entry point for your app.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<Deployment xmlns="http://schemas.microsoft.com/client/2007/deployment" EntryPointType="entryPointClass" .../>
XAML Values
Property Value
Type: System.StringThe namespace and type name of the class that contains the Application entry point.
Dependency property identifier field: EntryPointTypeProperty
Show: