 | PriceRequestInsurancePriceID Property |
Insurance.
3 = 25 kr (20,000 kr)
4 = 60 kr (50,000 kr)
1 = 20 kr (20,000 kr) (obsolete)
2 = 50 kr (50,000 kr) (obsolete)
Namespace: FRAM.CommonLayer.ModelsAssembly: FRAM.CommonLayer (in FRAM.CommonLayer.dll) Version: FRAM 2.0 v2.2.5.0
Syntaxpublic Nullable<byte> InsurancePriceID { get; set; }
Public Property InsurancePriceID As Nullable(Of Byte)
Get
Set
public:
virtual property Nullable<unsigned char> InsurancePriceID {
Nullable<unsigned char> get () sealed;
void set (Nullable<unsigned char> value) sealed;
}
abstract InsurancePriceID : Nullable<byte> with get, set
override InsurancePriceID : Nullable<byte> with get, set
Property Value
Type:
NullableByte
See Also