Discuss this help topic in SecureBlackbox Forum

TElJsonObject.SetIntegerValue

TElJsonObject     See also     


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


This topic is under development…

Declaration

[C#]
    void SetIntegerValue(string Name, long Value);

[VB.NET]
    Sub SetIntegerValue(ByVal Name As String, ByVal Value As Long)

[Pascal]
    procedure SetIntegerValue(const Name : string; Value : Int64);

[C++]
    void SetIntegerValue(const std::string &Name, int64_t Value);

[PHP]
    void SetIntegerValue(string $Name, integer $Value)

[Java]
    void setIntegerValue(String Name, long Value);

Parameters

  • Name -
  • Value -

Description

    Sets new Value for a 'Name' integer property; if no entity found, a new one is created.

See also:         

Discuss this help topic in SecureBlackbox Forum