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