Share via


Resources.EntityDesigner_CreateNewProperty Property

 

Looks up a localized string similar to Create new property..

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

Syntax

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

Property Value

Type: System.String

See Also

Resources Class
Microsoft.Data.Entity.Design Namespace

Return to top