Status_NotStarted Property
Looks up a localized string similar to Not Started.
Namespace: Microsoft.VisualStudio.Data.Tools.Package
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
'Declaration
Public Shared ReadOnly Property Status_NotStarted As String
Get
'Usage
Dim value As String
value = SqlPackageResource.Status_NotStarted
public static string Status_NotStarted { get; }
public:
static property String^ Status_NotStarted {
String^ get ();
}
static member Status_NotStarted : string
static function get Status_NotStarted () : String
Type: System..::..String