Share via


Resources.RefactorRenameDialog_OK Property

 

Looks up a localized string similar to OK.

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

Syntax

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

Property Value

Type: System.String

See Also

Resources Class
Microsoft.Data.Entity.Design Namespace

Return to top