 | IClaimsGetPendingClaimsListRequestTypeStartDate Property |
OPTIONAL. The earliest 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> StartDate { get; set; }
Public Property StartDate As Nullable(Of DateTime)
Get
Set
function get StartDate () : Nullable<DateTime>
function set StartDate (value : Nullable<DateTime>)
function get_StartDate();
function set_StartDate(value);
Property Value
Type:
NullableDateTime
See Also