BrokerCompanyresults Property
|
Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax public IList<BrokerResult> results { get; set; }
Public Property results As IList(Of BrokerResult)
Get
Set
public:
property IList<BrokerResult^>^ results {
IList<BrokerResult^>^ get ();
void set (IList<BrokerResult^>^ value);
}
member results : IList<BrokerResult> with get, set
Property Value
IListBrokerResultSee Also