Dela via


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
'Usage
Dim instance As DataSchemaError 
Dim value As String 

value = instance.Document

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

Property Value

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

.NET Framework Security

See Also

Reference

DataSchemaError Class

DataSchemaError Members

Microsoft.Data.Schema.Common Namespace