Share via


DatabaseFileNodeExtender.ExtenderQuotedIdentifiers Property

Gets or sets the quoted identifiers 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 ExtenderQuotedIdentifiers As SevenSetsPropertyValue
'Usage
Dim instance As DatabaseFileNodeExtender 
Dim value As SevenSetsPropertyValue 

value = instance.ExtenderQuotedIdentifiers

instance.ExtenderQuotedIdentifiers = value
public SevenSetsPropertyValue ExtenderQuotedIdentifiers { get; set; }
public:
property SevenSetsPropertyValue ExtenderQuotedIdentifiers {
    SevenSetsPropertyValue get ();
    void set (SevenSetsPropertyValue value);
}
public function get ExtenderQuotedIdentifiers () : SevenSetsPropertyValue 
public function set ExtenderQuotedIdentifiers (value : SevenSetsPropertyValue)

Property Value

Type: Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders.SevenSetsPropertyValue

.NET Framework Security

See Also

Reference

DatabaseFileNodeExtender Class

DatabaseFileNodeExtender Members

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