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