Discuss this help topic in SecureBlackbox Forum

TElTSPInfo.TSANameSet

TElTSPInfo     See also     


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


Specifies if TSAName property is set.

Declaration

[C#]
    bool TSANameSet;

[VB.NET]
    Property TSANameSet As Boolean

[Pascal]
    property TSANameSet: Boolean;

[C++]
    bool get_TSANameSet();
    void set_TSANameSet(bool Value);

[PHP]
    bool get_TSANameSet()
    void set_TSANameSet(bool $Value)

[Java]
    boolean getTSANameSet();
    void setTSANameSet(boolean Value);

Description

    Use this property to find out or specify if TSAName property is set.

See also:     TSAName    

Discuss this help topic in SecureBlackbox Forum