 | IClaimsGetPendingClaimsListRequestTypeDaysToInclude Property |
Supply the number of days to include. Defaults to 30.
Namespace:
IAS
Assembly:
Claims (in Claims.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int DaysToInclude { get; set; }
Public Property DaysToInclude As Integer
Get
Set
function get DaysToInclude () : int
function set DaysToInclude (value : int)
function get_DaysToInclude();
function set_DaysToInclude(value);
Property Value
Type:
Int32
See Also