Discuss this help topic in SecureBlackbox Forum

TElGeneralName.NameType

TElGeneralName     


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


Specifies the content of TElGeneralName instance.

Declaration

[C#]
    TSBGeneralName NameType;

[VB.NET]
    Property NameType As TSBGeneralName

[Pascal]
    property NameType : TSBGeneralName;

[C++]
    TSBGeneralName get_NameType();
    void set_NameType(TSBGeneralName Value);

[PHP]
    integer get_NameType()
    void set_NameType(integer $Value)

[Java]
    TSBGeneralName getNameType();
    void setNameType(TSBGeneralName Value);

Values:

Description

     Use this property to specify the content of TElGeneralName instance.

Discuss this help topic in SecureBlackbox Forum