SerializationStatus.Source Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the full line of text that indicates where a parsing error occurred during a load process.

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public ReadOnly Property Source As String
public string Source { get; }
public:
property String^ Source {
    String^ get ();
}
member Source : string
function get Source () : String

Property Value

Type: System.String
The full line of text that indicates where the parsing error occurred during the load process.

.NET Framework Security

See Also

Reference

SerializationStatus Class

Microsoft.SolverFoundation.Solvers Namespace