ProjectUpgrade_CouldNotUnloadProject Property

Looks up a localized string similar to Could not unload project '{0}'.

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace