SyntaxErrorDescription Property

Looks up a localized string similar to The document contains errors that must be fixed before the designer can be loaded..

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 SyntaxErrorDescription As String
    Get
'Usage
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

WatermarkResources Class

Microsoft.Data.Relational.Design.Table Namespace