DataSchemaError.Document Property

Gets the name of the document where the error occurred.

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

Syntax

'Declaration
Public Property Document As String
public string Document { get; set; }
public:
property String^ Document {
    String^ get ();
    void set (String^ value);
}
member Document : string with get, set
function get Document () : String
function set Document (value : String)

Property Value

Type: System.String
The name of the document.

.NET Framework Security

See Also

Reference

DataSchemaError Class

Microsoft.Data.Schema Namespace