 | IClaimsGetClaimsListRequestTypeEndDate Property |
OPTIONAL. The latest date the claim was filed, used to filter the list of claims to return to the calling program.
Namespace:
IAS
Assembly:
Claims (in Claims.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<DateTime> EndDate { get; set; }
Public Property EndDate As Nullable(Of DateTime)
Get
Set
function get EndDate () : Nullable<DateTime>
function set EndDate (value : Nullable<DateTime>)
function get_EndDate();
function set_EndDate(value);
Property Value
Type:
NullableDateTime
See Also