Order.IsNew Property

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

Property Value

bool

true if this instance is new; otherwise, false.

In this article

Definition