Order.IsRejected Property
Gets a value indicating whether this instance is rejected.
[Browsable(false)]
public bool IsRejected {get;}
This language is not supported or no code example is available.
[Browsable(false)]
public:
property bool IsRejected {
bool get( );
}
This language is not supported or no code example is available.
public
Browsable(false)
function get IsRejected() : boolean;
This language is not supported or no code example is available.
Property Value
bool
true
if this instance is rejected; otherwise, false
.
In this article
Definition