 | CommonContractTypeLenderDescriptor Property |
The lender who subsidized the contract.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic CommonLenderDescriptorType LenderDescriptor { get; set; }
Public Property LenderDescriptor As CommonLenderDescriptorType
Get
Set
function get LenderDescriptor () : CommonLenderDescriptorType
function set LenderDescriptor (value : CommonLenderDescriptorType)
function get_LenderDescriptor();
function set_LenderDescriptor(value);
Property Value
Type:
CommonLenderDescriptorType
See Also