FailedToSaveFile Property

Looks up a localized string similar to Exception occurred while attempting to save '{0}' : {1}..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace