Checkpoint_NotReadyToBuild Property
Looks up a localized string similar to A Data-tier Application file cannot be created because the project is not ready to build..
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_NotReadyToBuild As String
Get
'Usage
Dim value As String
value = SqlPackageResource.Checkpoint_NotReadyToBuild
public static string Checkpoint_NotReadyToBuild { get; }
public:
static property String^ Checkpoint_NotReadyToBuild {
String^ get ();
}
static member Checkpoint_NotReadyToBuild : string
static function get Checkpoint_NotReadyToBuild () : String
Property Value
Type: System..::..String