Discuss this help topic in SecureBlackbox Forum
Specifies if
TSAName
property is set.
Declaration
[C#/Java]
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)
Description
Use this property to find out or specify if
TSAName property is set.
Discuss this help topic in SecureBlackbox Forum