Gets the value of
TenderType assosiated
with the instance of the request.
Namespace: Bluefin.Web.ClientAssembly: Bluefin-3.8.sp8-net4.5 (in Bluefin-3.8.sp8-net4.5.dll) Version: 3.8.0.8 (3.8.0.8)
Public Property TenderType As TenderType
Get
Protected Set
Public Property TenderType As TenderType
Get
Protected Set
public TenderType TenderType { get; protected set; }
public TenderType TenderType { get; protected set; }
public:
property TenderType^ TenderType {
TenderType^ get ();
protected: void set (TenderType^ value);
}
You cannot explicitely set the request tender type.
Constructors of derived class will do it for you.