Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax public byte[] CommonKey { get; set; }
Public Property CommonKey As Byte()
Get
Set
public:
property array<unsigned char>^ CommonKey {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member CommonKey : byte[] with get, set
Property Value
ByteSee Also