Order.IsDone Property

Gets a value indicating whether this instance is done.
[Browsable(false)] 
public bool IsDone {get;}
This language is not supported or no code example is available.
[Browsable(false)] 
public:  
property bool IsDone { 
bool get( ); 
}
This language is not supported or no code example is available.
public  
Browsable(false) 
function get IsDone() : boolean;
This language is not supported or no code example is available.

Property Value

bool

true if this instance is done; otherwise, false.

In this article

Definition