Resources.DuplicateEntityContainerName Property

[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]

Looks up a localized string similar to EntityContainer name '{0}' is already in use by another Entity Data Model in the project..

Namespace:  Microsoft.Data.Entity.Design
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

Syntax

'Declaration
Public Shared ReadOnly Property DuplicateEntityContainerName As String 
    Get
'Usage
Dim value As String 

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

Property Value

Type: System.String

See Also

Reference

Resources Class

Microsoft.Data.Entity.Design Namespace