Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.