 | CommonCancellationTypeCancelCheckAmount Property |
[Missing <summary> documentation for "P:IAS.Common.CancellationType.CancelCheckAmount"]
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<decimal> CancelCheckAmount { get; set; }
Public Property CancelCheckAmount As Nullable(Of Decimal)
Get
Set
function get CancelCheckAmount () : Nullable<decimal>
function set CancelCheckAmount (value : Nullable<decimal>)
function get_CancelCheckAmount();
function set_CancelCheckAmount(value);
Property Value
Type:
NullableDecimal
See Also