Discuss this help topic in SecureBlackbox Forum

TElJsonObject.SetStringValue

TElJsonObject     See also     


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


This topic is under development…

Declaration

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

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

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

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

[PHP]
    void SetStringValue(string $Name, string $Value)

[Java]
    void setStringValue(String Name, String Value);

Parameters

  • Name -
  • Value -

Description

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

See also:         

Discuss this help topic in SecureBlackbox Forum