Discuss this help topic in SecureBlackbox Forum

TElDNSMessage.Z

TElDNSMessage     


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


Declaration

[C#]
    bool Z;

[VB.NET]
    Property Z As Boolean

[Pascal]
    property Z : boolean;

[C++]
    bool get_Z();
    void set_Z(bool Value);

[PHP]
    bool get_Z()
    void set_Z(bool $Value)

[Java]
    boolean getZ();
    void setZ(boolean Value);

Description

    …

Discuss this help topic in SecureBlackbox Forum