Deployment.EntryPointAssembly Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a string name that identifies which part in the Deployment is the entry point assembly.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<Deployment xmlns="http://schemas.microsoft.com/client/2007/deployment" EntryPointAssembly="assemblyName" .../>
XAML Values
Property Value
Type: System.StringA string that names the assembly that should be used as the entry point assembly. This is expected to be the name of one of the assemblies you specified as an AssemblyPart.
Dependency property identifier field: EntryPointAssemblyProperty
Show: