Order.IsPendingReplace Property

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

Property Value

bool

true if this instance is pending replace; otherwise, false.

In this article

Definition