IProfileInsuranceMethods Property | |
Gets or sets TransportModes
Namespace:
PSI.Sox.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax List<InsuranceMethod> InsuranceMethods { get; set; }
property List<InsuranceMethod^>^ InsuranceMethods {
List<InsuranceMethod^>^ get ();
void set (List<InsuranceMethod^>^ value);
}
function get_InsuranceMethods();
function set_InsuranceMethods(value);
Property Value
Type:
ListInsuranceMethodSee Also