Share via


ErrorDialog_Title Property

Looks up a localized string similar to Refactoring Error.

Namespace:  Microsoft.VisualStudio.Data.Tools.Design
Assembly:  Microsoft.VisualStudio.Data.Tools.Design.Common (in Microsoft.VisualStudio.Data.Tools.Design.Common.dll)

Syntax

'Declaration
Public Shared ReadOnly Property ErrorDialog_Title As String
    Get
'Usage
Dim value As String

value = Resources.ErrorDialog_Title
public static string ErrorDialog_Title { get; }
public:
static property String^ ErrorDialog_Title {
    String^ get ();
}
static member ErrorDialog_Title : string
static function get ErrorDialog_Title () : String

Property Value

Type: System..::..String

See Also

Reference

Resources Class

Microsoft.VisualStudio.Data.Tools.Design Namespace