Discuss this help topic in SecureBlackbox Forum

TElDirInfo.SetPropertyValue

TElDirInfo     See also     


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


Modifies property value.

Declaration

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

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

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

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

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

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

Parameters

  • Name - the name of the property to be modified.
  • Value - the new value of the property.

Description

    Use this method to change the specified property value.

See also:     GetPropertyValue     Properties    

Discuss this help topic in SecureBlackbox Forum