Dela via


GenerateAndPersistAppInfoTask.DeployedAssemblyLocation Property (2007 System)

Gets or sets the relative or fully qualified installation path from which end users will get updates for the solution.

Namespace:  Microsoft.VisualStudio.Tools.Office.BuildTasks
Assembly:  Microsoft.VisualStudio.Tools.Office.BuildTasks (in Microsoft.VisualStudio.Tools.Office.BuildTasks.dll)

Syntax

'Declaration
Public Property DeployedAssemblyLocation As String
'Usage
Dim instance As GenerateAndPersistAppInfoTask 
Dim value As String 

value = instance.DeployedAssemblyLocation

instance.DeployedAssemblyLocation = value
public string DeployedAssemblyLocation { get; set; }
public:
property String^ DeployedAssemblyLocation {
    String^ get ();
    void set (String^ value);
}
public function get DeployedAssemblyLocation () : String 
public function set DeployedAssemblyLocation (value : String)

Property Value

Type: System.String
A String that represents the relative or fully qualified installation path from which end users will get updates for the solution. This path can be relative for local drives and network drives.

Remarks

The installation path is the final deployment location. It is where end users will go to install updates for the solution.

.NET Framework Security

See Also

Reference

GenerateAndPersistAppInfoTask Class

GenerateAndPersistAppInfoTask Members

Microsoft.VisualStudio.Tools.Office.BuildTasks Namespace

Other Resources

Deploying Document-Level Customizations (2003 System)