SqlBuildTask.QuotedIdentifier Property

Supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.VisualStudio.TeamSystem.Data.Tasks
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Tasks (in microsoft.visualstudio.teamsystem.data.tasks.dll)

Syntax

'Declaration
Public Property QuotedIdentifier As Boolean
'Usage
Dim instance As SqlBuildTask
Dim value As Boolean

value = instance.QuotedIdentifier

instance.QuotedIdentifier = value
public bool QuotedIdentifier { get; set; }
public:
property bool QuotedIdentifier {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_QuotedIdentifier ()

/** @property */
public void set_QuotedIdentifier (boolean value)
public function get QuotedIdentifier () : boolean

public function set QuotedIdentifier (value : boolean)

See Also

Reference

SqlBuildTask Class
SqlBuildTask Members
Microsoft.VisualStudio.TeamSystem.Data.Tasks Namespace