DeployManifest Properties
.NET Framework 4.5
The DeployManifest type exposes the following members.
| Name | Description | |
|---|---|---|
|
AssemblyIdentity | Gets or sets the identity of the manifest. (Inherited from Manifest.) |
|
AssemblyReferences | Gets the set of assemblies that the manifest references. (Inherited from Manifest.) |
|
CompatibleFrameworks | Gets the versions of the .NET Framework that an application can run on. |
|
CreateDesktopShortcut | Infrastructure. Gets or sets a value that indicates whether to create a desktop shortcut. |
|
DeploymentUrl | Gets or sets the update location for the application. |
|
Description | Gets or sets a textual description for the manifest. (Inherited from Manifest.) |
|
DisallowUrlActivation | Gets or sets a value indicating whether the application should be blocked from being started by means of a URL. |
|
EntryPoint | Gets or sets a deployment reference that is the entry point of the application. (Overrides Manifest.EntryPoint.) |
|
ErrorReportUrl | Infrastructure. Gets or sets the URL of the error report. |
|
FileReferences | Gets the set of files that the manifest references. (Inherited from Manifest.) |
|
InputStream | Gets or sets the input stream from which the manifest was read. (Inherited from Manifest.) |
|
Install | Gets or sets a value indicating whether the application is an installed application or an online-only application. |
|
MapFileExtensions | Gets or sets a value indicating whether .deploy file extension mapping is used. |
|
MinimumRequiredVersion | Gets or sets the minimum required version number for an application. |
|
OutputMessages | Gets a collection of current error and warning messages. (Inherited from Manifest.) |
|
Product | Gets or sets the name of the application. |
|
Publisher | Gets or sets the publisher of the application. |
|
ReadOnly | Gets or sets a value indicating whether the manifest is operating in read-only or read-write mode. (Inherited from Manifest.) |
|
SourcePath | Gets or sets the location where the manifest was loaded or saved. (Inherited from Manifest.) |
|
SuiteName | Infrastructure. Gets or sets the suite name that is defined in the manifest. |
|
SupportUrl | Gets or sets the link that appears in Add or Remove Programs in Control Panel for the application. |
|
TargetFrameworkMoniker | Gets or sets a token that represents a version of the .NET Framework runtime. |
|
TrustUrlParameters | Gets or sets a value indicating whether URL query-string parameters are available to the application. |
|
UpdateEnabled | Gets or sets a value indicating whether the application is updatable. |
|
UpdateInterval | Gets or sets the update interval for the application. |
|
UpdateMode | Gets or sets an object indicating whether updates should be checked in the foreground before the application is started, or in the background while the application is running. |
|
UpdateUnit | Gets or sets the units used for the UpdateInterval property. |
|
XmlAssemblyIdentity | Infrastructure. Gets or sets a property that is used to serialize the AssemblyIdentity property to an XML file. (Inherited from Manifest.) |
|
XmlAssemblyReferences | Infrastructure. Gets or sets a property that is used to serialize the AssemblyReferences property to an XML file. (Inherited from Manifest.) |
|
XmlCompatibleFrameworks | Gets or sets the array of XML elements that represent the versions of the .NET Framework that an application can run on. |
|
XmlCreateDesktopShortcut | Infrastructure. Gets or sets a property that is used to serialize the CreateDesktopShortcut property to an XML file. |
|
XmlDeploymentUrl | Infrastructure. Gets or sets a property that is used to serialize the DeploymentUrl property to an XML file. |
|
XmlDescription | Infrastructure. Gets or sets a property that is used to serialize the Description property to an XML file. (Inherited from Manifest.) |
|
XmlDisallowUrlActivation | Infrastructure. Gets or sets a property that is used to serialize the DisallowUrlActivation property to an XML file. |
|
XmlErrorReportUrl | Infrastructure. Gets or sets a property that is used to serialize the ErrorReportUrl property to an XML file. |
|
XmlFileReferences | Infrastructure. Gets or sets a property that is used to serialize the FileReferences property to an XML file. (Inherited from Manifest.) |
|
XmlInstall | Infrastructure. Gets or sets a property that is used to serialize the Install property to an XML file. |
|
XmlMapFileExtensions | Infrastructure. Gets or sets a property that is used to serialize the MapFileExtensions property to an XML file. |
|
XmlMinimumRequiredVersion | Infrastructure. Gets or sets a property that is used to serialize the MinimumRequiredVersion property to an XML file. |
|
XmlProduct | Infrastructure. Gets or sets a property that is used to serialize the Product property to an XML file. |
|
XmlPublisher | Infrastructure. Gets or sets a property that is used to serialize the Publisher property to an XML file. |
|
XmlSchema | Infrastructure. Gets or sets a property that is used to serialize the schema to an XML file. (Inherited from Manifest.) |
|
XmlSuiteName | Infrastructure. Gets or sets a property that is used to serialize the SuiteName property to an XML file. |
|
XmlSupportUrl | Infrastructure. Gets or sets a property that is used to serialize the SupportUrl property to an XML file. |
|
XmlTrustUrlParameters | Infrastructure. Gets or sets a property that is used to serialize the TrustUrlParameters property to an XML file. |
|
XmlUpdateEnabled | Infrastructure. Gets or sets a property that is used to serialize the UpdateEnabled property to an XML file. |
|
XmlUpdateInterval | Infrastructure. Gets or sets a property that is used to serialize the UpdateInterval property to an XML file. |
|
XmlUpdateMode | Infrastructure. Gets or sets a property that is used to serialize the UpdateMode property to an XML file. |
|
XmlUpdateUnit | Infrastructure. Gets or sets a property that is used to serialize the UpdateUnit property to an XML file. |