IProjectReferenceController.AllowDatabaseReferences Property

Gets whether this controller allows database references.

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

Syntax

'Declaration
ReadOnly Property AllowDatabaseReferences As Boolean
    Get
'Usage
Dim instance As IProjectReferenceController
Dim value As Boolean

value = instance.AllowDatabaseReferences
bool AllowDatabaseReferences { get; }
property bool AllowDatabaseReferences {
    bool get ();
}
function get AllowDatabaseReferences () : boolean
abstract AllowDatabaseReferences : bool

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IProjectReferenceController Interface

IProjectReferenceController Members

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