Discuss this help topic in SecureBlackbox Forum

TElOfficeXMLDCSimpleLiteral.Value

TElOfficeXMLDCSimpleLiteral     See also     


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


Specifies the element's value.

Declaration

[C#]
    string Value;

[VB.NET]
    Property Value As String

[Pascal]
    property Value : string;

[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);

Description

    Use this property to specify the value of the Simple DC element.

See also:     Language    

Discuss this help topic in SecureBlackbox Forum