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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.