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