Share via


CustomizeOffice2007Document.Local Property

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

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

Syntax

'Declaration
<RequiredAttribute> _
Public Property Local As Boolean
    Get
    Set
[RequiredAttribute]
public bool Local { get; set; }

Property Value

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

Remarks

The Local property must be assigned before Execute is called.

.NET Framework Security

See Also

Reference

CustomizeOffice2007Document Class

Microsoft.VisualStudio.Tools.Office.BuildTasks Namespace