Discuss this help topic in SecureBlackbox Forum
This property retrieves an ObjectID.
Declaration
[VB.NET]
Property OID As Byte()
[Pascal]
property OID : ByteArray;
[C++]
void get_OID(std::vector<uint8_t> &OutResult);
void set_OID(const std::vector<uint8_t> &Value);
[PHP]
string get_OID()
void set_OID(array of byte|string|NULL $Value)
Parameters
Description
Use this property to access the ObjectID.
Discuss this help topic in SecureBlackbox Forum