Discuss this help topic in SecureBlackbox Forum

TElOtherName.OID

TElOtherName     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property retrieves an ObjectID.

Declaration

[C#]
    byte[] OID;

[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)

[Java]
    byte[] getOID();
    void setOID(byte[] V);

Parameters

  • V -

Description

    Use this property to access the ObjectID.

See also:     Value    

Discuss this help topic in SecureBlackbox Forum