Share via


AppManifest.DeployManifestPath Property (2003 System)

Gets or sets the full or relative path of the deployment manifest for the Microsoft Visual Studio Tools for the Microsoft Office system (version 3.0) solution.

Namespace:  Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly:  Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)

Syntax

'Declaration
Public Property DeployManifestPath As String
'Usage
Dim instance As AppManifest
Dim value As String

value = instance.DeployManifestPath

instance.DeployManifestPath = value
public string DeployManifestPath { get; set; }

Property Value

Type: System.String
The full or relative path of the deployment manifest for the Visual Studio Tools for Office solution.

Remarks

If the Visual Studio Tools for Office solution does not have a deployment manifest, this property is an empty string.

For more information about deployment manifests, see Application and Deployment Manifests in Office Solutions and Deployment Manifests for Office Solutions (2003 System).

Permissions

See Also

Reference

AppManifest Class

AppManifest Members

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace

Other Resources

Application and Deployment Manifests in Office Solutions

Deployment Manifests for Office Solutions (2003 System)