Dela via


GenerateOfficeDocumentInstallationPath.PublishUrl Property (2007 System)

Sets the publish path where the customized document is copied for publishing.

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

Syntax

'Declaration
<RequiredAttribute> _
Public Property PublishUrl As String
'Usage
Dim instance As GenerateOfficeDocumentInstallationPath 
Dim value As String 

value = instance.PublishUrl

instance.PublishUrl = value
[RequiredAttribute]
public string PublishUrl { internal get; set; }
[RequiredAttribute]
public:
property String^ PublishUrl {
    String^ get ();
    void set (String^ value);
}
public function get PublishUrl () : String 
public function set PublishUrl (value : String)

Property Value

Type: System.String
A string that represents the relative or fully qualified path of the customized document for publishing. This path can be relative for local drives and network drives, but HTTP/HTTPS locations must be a fully qualified path.

Remarks

The PublishUrl property must be assigned before Execute is called.

.NET Framework Security

See Also

Reference

GenerateOfficeDocumentInstallationPath Class

GenerateOfficeDocumentInstallationPath Members

Microsoft.VisualStudio.Tools.Office.BuildTasks Namespace

Other Resources

Publishing Office Solutions (2007 System)