TemplateResources.Template_GeneratedCodeCommentLine3 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 Manual changes to this file will be overwritten if the code is regenerated..
Namespace: Microsoft.Data.Entity.Design.Templates
Assembly: Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Template_GeneratedCodeCommentLine3 As String
Get
'Usage
Dim value As String
value = TemplateResources.Template_GeneratedCodeCommentLine3
public static string Template_GeneratedCodeCommentLine3 { get; }
public:
static property String^ Template_GeneratedCodeCommentLine3 {
String^ get ();
}
static member Template_GeneratedCodeCommentLine3 : string
static function get Template_GeneratedCodeCommentLine3 () : String
Property Value
Type: System.String