Class IncompleteDetails

IncompleteDetails class

Details on why the run is incomplete. Will be null if the run is not incomplete.

public class IncompleteDetails

Constructors

NameDescription
IncompleteDetails()The default constructor.

Properties

NameDescription
Reason { get; set; }Gets or sets the reason why the message is incomplete.

See Also