CustomizeOffice2007Document.Local Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.