Share via


ReferenceNodeProperties.CopyToLocal Property

Gets or sets whether the reference's file should be copied to a local directory.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Property CopyToLocal As Boolean
'Usage
Dim instance As ReferenceNodeProperties 
Dim value As Boolean 

value = instance.CopyToLocal

instance.CopyToLocal = value
public bool CopyToLocal { get; set; }
public:
property bool CopyToLocal {
    bool get ();
    void set (bool value);
}
public function get CopyToLocal () : boolean 
public function set CopyToLocal (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ReferenceNodeProperties Class

ReferenceNodeProperties Members

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace