SecondOrderCone.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 for a second order cone.

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

Syntax

'Declaration
Public ReadOnly Property Key As Object
public Object Key { get; }
public:
virtual property Object^ Key {
    Object^ get () sealed;
}
abstract Key : Object
override Key : Object
final function get Key () : Object

Property Value

Type: System.Object
The key for the cone.

Implements

ISecondOrderCone.Key

.NET Framework Security

See Also

Reference

SecondOrderCone Class

Microsoft.SolverFoundation.Services Namespace