QuotedIdentifier Property
Looks up a localized string similar to Quoted Identifier.
Namespace: Microsoft.VisualStudio.Data.Tools.Package
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Shared ReadOnly Property QuotedIdentifier As String
Get
'Usage
Dim value As String
value = SqlPackageResource.QuotedIdentifier
public static string QuotedIdentifier { get; }
public:
static property String^ QuotedIdentifier {
String^ get ();
}
static member QuotedIdentifier : string
static function get QuotedIdentifier () : String
Property Value
Type: System..::..String