Manifest.EntryPoint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies an assembly reference which is the entry point of the application.
public:
virtual property Microsoft::Build::Tasks::Deployment::ManifestUtilities::AssemblyReference ^ EntryPoint { Microsoft::Build::Tasks::Deployment::ManifestUtilities::AssemblyReference ^ get(); void set(Microsoft::Build::Tasks::Deployment::ManifestUtilities::AssemblyReference ^ value); };
public virtual Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference EntryPoint { get; set; }
member this.EntryPoint : Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference with get, set
Public Overridable Property EntryPoint As AssemblyReference
Property Value
An AssemblyReference object representing an assembly reference that is the entry point of the application.