Share via


SecondOrderCone.ConeType Property

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

Gets the type of a second order cone.

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

Syntax

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

Property Value

Type: Microsoft.SolverFoundation.Services.SecondOrderConeType
The type of the second order cone.

Implements

ISecondOrderCone.ConeType

.NET Framework Security

See Also

Reference

SecondOrderCone Class

Microsoft.SolverFoundation.Services Namespace