Share via


Resources.DDEXNotInstalled Property

 

Looks up a localized string similar to The libraries required to enable Visual Studio to communicate with the database for design purposes (DDEX provider) are not installed for provider '{0}'..

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

Syntax

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

Property Value

Type: System.String

See Also

Resources Class
Microsoft.Data.Entity.Design Namespace

Return to top