Discuss this help topic in SecureBlackbox Forum
Specifies whether this header block is relayable.
Declaration
[VB.NET]
Property Relay As String
[Pascal]
property Relay : XMLString;
[C++]
void get_Relay(sb_u16string &OutResult);
void get_Relay(std::wstring &OutResult);
void set_Relay(const sb_u16string &Value);
void set_Relay(const std::wstring &Value);
[PHP]
string get_Relay()
void set_Relay(string $Value)
[Java]
String getRelay();
void setRelay(String Value);
Description
This attribute specifies whether the header block is relayable or not.
Discuss this help topic in SecureBlackbox Forum