ProjectUpgrade_FilesNotCheckedOut Property
Looks up a localized string similar to Files altered during conversion were not checked out from your version control system..
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_FilesNotCheckedOut As String
Get
'Usage
Dim value As String
value = SqlPackageResource.ProjectUpgrade_FilesNotCheckedOut
public static string ProjectUpgrade_FilesNotCheckedOut { get; }
public:
static property String^ ProjectUpgrade_FilesNotCheckedOut {
String^ get ();
}
static member ProjectUpgrade_FilesNotCheckedOut : string
static function get ProjectUpgrade_FilesNotCheckedOut () : String
Property Value
Type: System..::..String