Discuss this help topic in SecureBlackbox Forum

TElPGPTrust.Flags

TElPGPTrust     See also     


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


This topic is under development…

Declaration

[C#]
    byte Flags;

[VB.NET]
    Property Flags As Byte

[Pascal]
    property Flags : byte;

[C++]
    uint8_t get_Flags();
    void set_Flags(uint8_t Value);

[PHP]
    integer get_Flags()
    void set_Flags(integer $Value)

[Java]
    byte getFlags();
    void setFlags(byte arg0);

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum