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