 | PriceRequestProduct Property |
Product.
Required.
1 = Regular
2 = Priority
3 = Warranty
Namespace: FRAM.CommonLayer.ModelsAssembly: FRAM.CommonLayer (in FRAM.CommonLayer.dll) Version: FRAM 2.0 v2.2.5.0
Syntaxpublic byte Product { get; set; }
Public Property Product As Byte
Get
Set
public:
virtual property unsigned char Product {
unsigned char get () sealed;
void set (unsigned char value) sealed;
}
abstract Product : byte with get, set
override Product : byte with get, set
Property Value
Type:
Byte
See Also