FileOrFolderCannotBeFound Property

Looks up a localized string similar to The item '{0}' cannot be found on disk, because it has been renamed, deleted, or moved to a new location..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace