Discuss this help topic in SecureBlackbox Forum
Specifies if TSAName property is set.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum