CspComposite.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 a composite data type.

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

Syntax

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

Property Value

Type: System.Object
The key of a composite data type.

.NET Framework Security

See Also

Reference

CspComposite Class

Microsoft.SolverFoundation.Solvers Namespace