OAReferenceBase.CopyLocal Property

Gets or sets whether or not this assembly is copied to the local bin path.

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

Syntax

'Declaration
Public Overridable Property CopyLocal As Boolean
    Get
    Set
'Usage
Dim instance As OAReferenceBase
Dim value As Boolean

value = instance.CopyLocal

instance.CopyLocal = value
public virtual bool CopyLocal { get; set; }
public:
virtual property bool CopyLocal {
    bool get ();
    void set (bool value);
}
function get CopyLocal () : boolean
function set CopyLocal (value : boolean)
abstract CopyLocal : bool with get, set
override CopyLocal : bool with get, set

Property Value

Type: System.Boolean
Returns TRUE if this assembly is copied to the local bin path; otherwise, FALSE.

Implements

Reference.CopyLocal

.NET Framework Security

See Also

Reference

OAReferenceBase Class

OAReferenceBase Members

Microsoft.VisualStudio.Data.Schema.Project.Automation Namespace