CheckOffice2007Document.DestinationDocument Property

Definition

Gets or sets the relative or fully qualified path of the customized document that is created by calling Execute().

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

Property Value

A String that represents the 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 DestinationDocument property must be assigned before Execute is called.

Applies to