ViewErrorList Property

Looks up a localized string similar to View the Error List.

Namespace:  Microsoft.Data.Relational.Design.Table
Assembly:  Microsoft.Data.Tools.Relational.Design (in Microsoft.Data.Tools.Relational.Design.dll)

Syntax

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

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

Property Value

Type: System..::..String

See Also

Reference

WatermarkResources Class

Microsoft.Data.Relational.Design.Table Namespace