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)

Syntax

'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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace