Checkpoint_AddToProjectFailed Property

Looks up a localized string similar to A Data-tier Application file was created, but could not be added to the project..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace