Share via


CopyToLocal Property

Gets or sets {insert text here}.

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

Syntax

'Declaration
Public Property CopyToLocal As Boolean
    Get
    Set
'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);
}
member CopyToLocal : bool with get, set
function get CopyToLocal () : boolean
function set CopyToLocal (value : boolean)

Property Value

Type: System..::..Boolean

See Also

Reference

ReferenceNodeProperties Class

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