GenerateAndPersistAppInfoTask.MakePathsRelative Property (2007 System)
Gets or sets a value that indicates whether the linked assembly paths are relative to the document path.
Namespace: Microsoft.VisualStudio.Tools.Office.BuildTasks
Assembly: Microsoft.VisualStudio.Tools.Office.BuildTasks (in Microsoft.VisualStudio.Tools.Office.BuildTasks.dll)
Syntax
'Declaration
Public Property MakePathsRelative As Boolean
'Usage
Dim instance As GenerateAndPersistAppInfoTask
Dim value As Boolean
value = instance.MakePathsRelative
instance.MakePathsRelative = value
public bool MakePathsRelative { get; set; }
public:
property bool MakePathsRelative {
bool get ();
void set (bool value);
}
public function get MakePathsRelative () : boolean
public function set MakePathsRelative (value : boolean)
Property Value
Type: System.Boolean
true if the linked assembly paths are relative to the document path; otherwise, false. The default is false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
GenerateAndPersistAppInfoTask Class