Share via


SolverRegistrationCollection.GetDirectiveType Method

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

Return the Type of the directive associated with a registration entry.

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

Syntax

'Declaration
Public Function GetDirectiveType ( _
    registration As SolverRegistration _
) As Type
public Type GetDirectiveType(
    SolverRegistration registration
)
public:
Type^ GetDirectiveType(
    SolverRegistration^ registration
)
member GetDirectiveType : 
        registration:SolverRegistration -> Type 
public function GetDirectiveType(
    registration : SolverRegistration
) : Type

Parameters

Return Value

Type: System.Type
A Type object for the directive, or null if not found.

.NET Framework Security

See Also

Reference

SolverRegistrationCollection Class

Microsoft.SolverFoundation.Services Namespace