ImportWizard_MentionLogFilePath Property

Looks up a localized string similar to A summary of the import was saved to the following location: {0}.

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace