Share via


Resources.EnumDialog_NewEnumWindowTitle Property

 

Looks up a localized string similar to Add Enum Type.

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

Syntax

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

Property Value

Type: System.String

See Also

Resources Class
Microsoft.Data.Entity.Design Namespace

Return to top