Share via


Resources.RefactorRenameOperation_Title Property

 

Looks up a localized string similar to Preview Changes - Rename.

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

Syntax

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

Property Value

Type: System.String

See Also

Resources Class
Microsoft.Data.Entity.Design Namespace

Return to top