CustomizeOffice2007Document.DocumentPath Property

Definition

Gets or sets the relative or fully qualified path of the project document.

public:
 property System::String ^ DocumentPath { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.Build.Framework.Required]
public string DocumentPath { get; set; }
[<Microsoft.Build.Framework.Required>]
member this.DocumentPath : string with get, set
Public Property DocumentPath As String

Property Value

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

Attributes

Remarks

The DocumentPath property must be assigned before Execute is called.

Applies to