IPublishFile::TargetPath Property

 

Gets or sets the target path of this file.

Namespace:   Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly:  Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)

[DispIdAttribute(11)]
property String^ TargetPath {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The target path of this file.

Return to top
Show: