Import_Script_OpenButtonLabel Property

Looks up a localized string similar to Open.

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace