Discuss this help topic in SecureBlackbox Forum

TElXMLDOMAttr.Value

TElXMLDOMAttr     See also     


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


This property contains the value of the attribute.

Declaration

[C#]
    string Value;

[VB.NET]
    Property Value As String

[Pascal]
    property Value : WideString;

[C++]
    void get_Value(sb_u16string &OutResult);
    void get_Value(std::wstring &OutResult);
    void set_Value(const sb_u16string &Value);
    void set_Value(const std::wstring &Value);

[PHP]
    string get_Value()
    void set_Value(string $Value)

[Java]
    String getValue();
    void setValue(String aValue);

Parameters

  • aValue -

Description

    Use this property to get or specify the value of the attribute.

See also:     Quote    

Discuss this help topic in SecureBlackbox Forum