ImportDacWizard_FileSelection_Caption Property

Looks up a localized string similar to Specify Import Options.

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace