IGoal.Key Property

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

Gets the key of the goal variable.

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

Syntax

'Declaration
ReadOnly Property Key As Object
Object Key { get; }
property Object^ Key {
    Object^ get ();
}
abstract Key : Object
function get Key () : Object

Property Value

Type: System.Object
The key of the goal variable.

.NET Framework Security

See Also

Reference

IGoal Interface

Microsoft.SolverFoundation.Services Namespace