DataSchemaError.Prefix Property

Gets the prefix for the error.

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

Syntax

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

Property Value

Type: System.String
The prefix.

.NET Framework Security

See Also

Reference

DataSchemaError Class

Microsoft.Data.Schema Namespace