Share via


Resources.DatabaseCreation_ErrorTemplateOutputNotSet Property

 

Looks up a localized string similar to The template output was not set for the template activity '{0}' in the Database Generation Workflow. Please make sure the template is written correctly..

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

Syntax

public static string DatabaseCreation_ErrorTemplateOutputNotSet { get; }
public:
property String^ DatabaseCreation_ErrorTemplateOutputNotSet {
    static String^ get();
}
static member DatabaseCreation_ErrorTemplateOutputNotSet : string with get
Public Shared ReadOnly Property DatabaseCreation_ErrorTemplateOutputNotSet As String

Property Value

Type: System.String

See Also

Resources Class
Microsoft.Data.Entity.Design Namespace

Return to top