TapeLoadWaitTime_TryFor Property

Looks up a localized string similar to Try for.

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace