Discuss this help topic in SecureBlackbox Forum
This property contains the quote character for the attribute value.
Declaration
[C#/Java]
XMLChar /*char*/ Quote;
[VB.NET]
Property Quote As XMLChar ' 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)
Description
Use this property to get or specify the character, used to quote the attribute value.
Discuss this help topic in SecureBlackbox Forum