Discuss this help topic in SecureBlackbox Forum
This property contains the value of the attribute.
Declaration
[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)
Parameters
Description
Use this property to get or specify the value of the attribute.
Discuss this help topic in SecureBlackbox Forum