TemplateResources.Template_CaseInsensitiveMemberConflict 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 The Member '{0}.{1}' differs only in case from an existing Member, and is not compatible with the current language option..

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

Syntax

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

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

Property Value

Type: System.String

See Also

Reference

TemplateResources Class

Microsoft.Data.Entity.Design.Templates Namespace