CustomizeOffice2007Document.Local Property

Definition

Gets or sets a value that indicates whether to make all the paths in the application manifest relative to the document location.

public:
 property bool Local { bool get(); void set(bool value); };
[Microsoft.Build.Framework.Required]
public bool Local { get; set; }
[<Microsoft.Build.Framework.Required>]
member this.Local : bool with get, set
Public Property Local As Boolean

Property Value

true if all the paths in the application manifest should be relative to the document location; otherwise, false. The default is false.

Attributes

Remarks

The Local property must be assigned before Execute is called.

Applies to