DataBindingEventArgs.Target Property

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

Gets a decision.

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

Syntax

'Declaration
Public ReadOnly Property Target As Term
public Term Target { get; }
public:
property Term^ Target {
    Term^ get ();
}
member Target : Term
function get Target () : Term

Property Value

Type: Microsoft.SolverFoundation.Services.Term
The decision.

.NET Framework Security

See Also

Reference

DataBindingEventArgs Class

Microsoft.SolverFoundation.Services Namespace