DatabaseFileNodeExtender.ExtenderCopyToOutputDirectory Property

Gets or sets the CopyToOutputDirectory property.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders
Assembly:  Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)

Syntax

'Declaration
Public Property ExtenderCopyToOutputDirectory As CopyToOutputDirectoryValue
    Get
    Set
'Usage
Dim instance As DatabaseFileNodeExtender
Dim value As CopyToOutputDirectoryValue

value = instance.ExtenderCopyToOutputDirectory

instance.ExtenderCopyToOutputDirectory = value
public CopyToOutputDirectoryValue ExtenderCopyToOutputDirectory { get; set; }
public:
property CopyToOutputDirectoryValue ExtenderCopyToOutputDirectory {
    CopyToOutputDirectoryValue get ();
    void set (CopyToOutputDirectoryValue value);
}
function get ExtenderCopyToOutputDirectory () : CopyToOutputDirectoryValue
function set ExtenderCopyToOutputDirectory (value : CopyToOutputDirectoryValue)
member ExtenderCopyToOutputDirectory : CopyToOutputDirectoryValue with get, set

Property Value

Type: Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders.CopyToOutputDirectoryValue

.NET Framework Security

See Also

Reference

DatabaseFileNodeExtender Class

DatabaseFileNodeExtender Members

Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders Namespace