TargetName Property

Microsoft Deployment Tools

Deployment Tools Foundation TargetName Property
Gets or sets the target name of the install path.
Declaration Syntax
C# Visual Basic Visual C++
public string TargetName { get; set; }
Public Property TargetName As String
public:
property String^ TargetName {
	String^ get ();
	void set (String^ value);
}

Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package) Version: 3.0.0.0 (3.5.1623.0)