 | CommonContractTypePendingClaimCount Property |
The number of PENDING claims generated on a contract.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int PendingClaimCount { get; set; }
Public Property PendingClaimCount As Integer
Get
Set
function get PendingClaimCount () : int
function set PendingClaimCount (value : int)
function get_PendingClaimCount();
function set_PendingClaimCount(value);
Property Value
Type:
Int32
See Also