Discuss this help topic in SecureBlackbox Forum
This property contains the quote character for the attribute value.
Declaration
[VB.NET]
Property Quote As Char
[Pascal]
property Quote : XMLChar {WideChar};
[C++]
sb_char16_t get_Quote();
void set_Quote(sb_char16_t Value);
[PHP]
string get_Quote()
void set_Quote(string $Value)
[Java]
char getQuote();
void setQuote(char Value);
Description
Use this property to get or specify the character, used to quote the attribute value.
Discuss this help topic in SecureBlackbox Forum