 | IClaimsGapDetailsTypeDocuments Property |
[Missing <summary> documentation for "P:IAS.IClaims.GapDetailsType.Documents"]
Namespace:
IAS
Assembly:
Claims (in Claims.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<IClaimsGapDocumentType> Documents { get; set; }
Public Property Documents As List(Of IClaimsGapDocumentType)
Get
Set
function get Documents () : List<IClaimsGapDocumentType>
function set Documents (value : List<IClaimsGapDocumentType>)
function get_Documents();
function set_Documents(value);
Property Value
Type:
ListIClaimsGapDocumentType
See Also