BrokerResultaccess Property
|
Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntaxpublic IList<string> access { get; set; }
Public Property access As IList(Of String)
Get
Set
public:
property IList<String^>^ access {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
member access : IList<string> with get, set
Property Value
IListString
See Also