PropePropertyPageProjectSqlClr_Title Property

Looks up a localized string similar to SQLCLR.

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 PropePropertyPageProjectSqlClr_Title As String
    Get
'Usage
Dim value As String

value = SqlPackageResource.PropePropertyPageProjectSqlClr_Title
public static string PropePropertyPageProjectSqlClr_Title { get; }
public:
static property String^ PropePropertyPageProjectSqlClr_Title {
    String^ get ();
}
static member PropePropertyPageProjectSqlClr_Title : string
static function get PropePropertyPageProjectSqlClr_Title () : String

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace