Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax public static IList<BrokerCompany> Search(
string company
)
Public Shared Function Search (
company As String
) As IList(Of BrokerCompany)
public:
static IList<BrokerCompany^>^ Search(
String^ company
)
static member Search :
company : string -> IList<BrokerCompany>
Parameters
- company String
-
Return Value
IListBrokerCompanySee Also