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
- 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.