 | IClaimsClaimSummaryDocuments Property |
The documents uploaded or otherwise received relating to the claim.
Namespace:
IAS
Assembly:
Claims (in Claims.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic CommonClaimDocumentType[] Documents { get; set; }
Public Property Documents As CommonClaimDocumentType()
Get
Set
function get Documents () : CommonClaimDocumentType[]
function set Documents (value : CommonClaimDocumentType[])
function get_Documents();
function set_Documents(value);
Property Value
Type:
CommonClaimDocumentType
See Also