Discuss this help topic in SecureBlackbox Forum

TElXMLDOMAttr.Quote

TElXMLDOMAttr     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property contains the quote character for the attribute value.

Declaration

[C#]
    char Quote;

[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.

See also:     Value    

Discuss this help topic in SecureBlackbox Forum