 |
AttachmentEndDate Property |
Gets or sets the end date. This will filter the records returned when calling any of the FindAttachmentsFor criteria methods.
Records returned will have attachment dates less than or equal to EndDate.
Namespace:
ConneXion
Assembly:
ConneXion (in ConneXion.dll) Version: 2020.0
Syntaxpublic string EndDate { get; set; }
Public Property EndDate As String
Get
Set
Property Value
Type:
StringThe end date.
Remarks Note |
---|
|
Tip |
---|
Methods using this property - FindAttachmentsForClaim
- FindAttachmentsForPolicy
- FindAttachmentsForEntity
|
See Also