DataSchemaError.Document Property

Gets the file name of the error.

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

Syntax

'Declaration
Public Property Document As String
    Get
    Friend Set
'Usage
Dim instance As DataSchemaError
Dim value As String

value = instance.Document
public string Document { get; internal set; }
public:
property String^ Document {
    String^ get ();
    internal: void set (String^ value);
}
function get Document () : String
internal function set Document (value : String)
member Document : string with get, internal set

Property Value

Type: System.String
Setting the file name of the error is for Microsoft internal use only.

Remarks

The document corresponds to the File column in the Visual Studio Error List window.

.NET Framework Security

See Also

Reference

DataSchemaError Class

DataSchemaError Members

Microsoft.Data.Schema.Common Namespace