 | IContractLookupGetContractListRequestTypeContractDateEnd Property |
OPTIONAL. The end of the date range to include in the search.
Namespace:
IAS
Assembly:
ContractLookup (in ContractLookup.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<DateTime> ContractDateEnd { get; set; }
Public Property ContractDateEnd As Nullable(Of DateTime)
Get
Set
function get ContractDateEnd () : Nullable<DateTime>
function set ContractDateEnd (value : Nullable<DateTime>)
function get_ContractDateEnd();
function set_ContractDateEnd(value);
Property Value
Type:
NullableDateTime
See Also