Share via


Resources.ExplorerWindowTitle Property

 

Looks up a localized string similar to Model Browser.

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

Syntax

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

Property Value

Type: System.String

See Also

Resources Class
Microsoft.Data.Entity.Design Namespace

Return to top