Share via


Resources.PropertyWindow_Description_CodeGenerationStrategy Property

 

Looks up a localized string similar to Used to set the code generation strategy of this model. The 'Custom Tool' associated with this model, accessible from the properties on this item in the solution explorer, will read this property to decide how to generate code..

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

Syntax

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

Property Value

Type: System.String

See Also

Resources Class
Microsoft.Data.Entity.Design Namespace

Return to top