 | PriceResponseIncludedProduct Property |
Included product (e.g. Warranty or Priority).
Namespace: FRAM.CommonLayer.ModelsAssembly: FRAM.CommonLayer (in FRAM.CommonLayer.dll) Version: FRAM 2.0 v2.2.5.0
Syntaxpublic Nullable<byte> IncludedProduct { get; set; }
Public Property IncludedProduct As Nullable(Of Byte)
Get
Set
public:
property Nullable<unsigned char> IncludedProduct {
Nullable<unsigned char> get ();
void set (Nullable<unsigned char> value);
}
member IncludedProduct : Nullable<byte> with get, set
Property Value
Type:
NullableByte
See Also