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