Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPDateTimeParameter.Value

TElXMLSOAPDateTimeParameter     


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


The value of this parameter.

Declaration

[C#]
    DateTime Value;

[VB.NET]
    Property Value As DateTime

[Pascal]
    property Value : TElDateTime;

[C++]
    int64_t get_Value();
    void set_Value(int64_t Value);

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

[Java]
    Date getValue();
    void setValue(Date Value);

Description

Use this property to specify the value of this parameter.

Discuss this help topic in SecureBlackbox Forum