Discuss this help topic in SecureBlackbox Forum

TElGeneralName.OtherName

TElGeneralName     


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


This property allows storing of any information as specified by Object Identifiers.

Declaration

[C#]
    TElOtherName OtherName;

[VB.NET]
    Property OtherName As TElOtherName

[Pascal]
    property OtherName : TElOtherName;

[C++]
    TElOtherName* get_OtherName();

[PHP]
    TElOtherName get_OtherName()

[Java]
    TElOtherName getOtherName();

Description

    Use this property to store information about identity in form of «ObjectID = Value»(i.e. it can contain your photo or favorite song).

Discuss this help topic in SecureBlackbox Forum