Share via


Resources.MappingDetails_WindowTitle Property

 

Looks up a localized string similar to Mapping Details.

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

Syntax

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

Property Value

Type: System.String

See Also

Resources Class
Microsoft.Data.Entity.Design Namespace

Return to top