ISecondOrderCone.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
ReadOnly Property ConeType As SecondOrderConeType
SecondOrderConeType ConeType { get; }
property SecondOrderConeType ConeType {
    SecondOrderConeType get ();
}
abstract ConeType : SecondOrderConeType
function get ConeType () : SecondOrderConeType

Property Value

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

.NET Framework Security

See Also

Reference

ISecondOrderCone Interface

Microsoft.SolverFoundation.Services Namespace