FileCannotBeRenamedToAnExistingFile Property

Looks up a localized string similar to A file or folder with the name '{0}' already exists on disk at this location. You must choose another name..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace