SolutionStatusInfo Constructor

Initializes a new instance of the SolutionStatusInfo class.
public SolutionStatusInfo( 
DateTime dateTime
SolutionStatusType type 
)
This language is not supported or no code example is available.
public:  
SolutionStatusInfo( 
DateTime dateTime
SolutionStatusType type 
)
This language is not supported or no code example is available.
public function SolutionStatusInfo( 
dateTime : DateTime
type : SolutionStatusType 
);
This language is not supported or no code example is available.

Parameters

dateTime
DateTime

The date time.

type
SolutionStatusType

The type.

In this article

Definition