SerializationStatus.Token Property

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

Gets a token that could not be parsed or recognized.

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

Syntax

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

Property Value

Type: System.String
The token that could not be parsed or recognized.

.NET Framework Security

See Also

Reference

SerializationStatus Class

Microsoft.SolverFoundation.Solvers Namespace