Share via


Resources.ErrorSynchingEdmxNamespaces Property

 

Looks up a localized string similar to An exception is thrown while updating xml namespaces.\nFile name: {0}.\nFull error message:\n {1}.

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

Syntax

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

Property Value

Type: System.String

See Also

Resources Class
Microsoft.Data.Entity.Design Namespace

Return to top