ProjectUpgrade_CouldNotConvertReference Property

Looks up a localized string similar to Unable to convert reference of type '{0}' with include '{1}'..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace