ProjectUpgrade_CopyOverProjectItems Property

Looks up a localized string similar to Copying all project items.

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace