 | IClaims.ClaimSummary.Documents 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 Common.ClaimDocumentType[] Documents { get; set; }
Public Property Documents As Common.ClaimDocumentType()
Get
Set
function get Documents () : Common.ClaimDocumentType[]
function set Documents (value : Common.ClaimDocumentType[])
function get_Documents();
function set_Documents(value);
Property Value
Type:
Common.ClaimDocumentType[]
See Also