Share via


ReferenceNodeProperties.CopyToLocal Property

This class and its members are reserved for internal use and are not intended to be used in your code.

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

Syntax

'Declaration
Public Property CopyToLocal As Boolean
public bool CopyToLocal { get; set; }
public:
property bool CopyToLocal {
    bool get ();
    void set (bool value);
}
member CopyToLocal : bool with get, set
function get CopyToLocal () : boolean
function set CopyToLocal (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ReferenceNodeProperties Class

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal Namespace