ProjectUpgrade_ReadOnlyFiles Property

Looks up a localized string similar to The project could not be upgraded because the file {0} that must be modified cannot be changed. If the file is under source control, you may want to check it out; if the file is read-only on disk, you many want to change its attributes..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace