Share via


ParseError.Identifier Property

Gets the identifier that uniquely represents the type of error.

Namespace:  Microsoft.Data.Schema.ScriptDom
Assembly:  Microsoft.Data.Schema.ScriptDom (in Microsoft.Data.Schema.ScriptDom.dll)

Syntax

'Declaration
Public ReadOnly Property Identifier As String
public string Identifier { get; }
public:
property String^ Identifier {
    String^ get ();
}
member Identifier : string
function get Identifier () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ParseError Class

Microsoft.Data.Schema.ScriptDom Namespace