Discuss this help topic in SecureBlackbox Forum

TElDirInfo.GetPropertyValue

TElDirInfo     See also     


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


Returns the specified property value.

Declaration

[C#]
    string GetPropertyValue(string Name);

[VB.NET]
    Function GetPropertyValue(ByVal Name As String) As String

[Pascal]
    function GetPropertyValue(const Name : string) : string;

[C++]
    void GetPropertyValue(const std::string &Name, std::string &OutResult);

[PHP]
    string GetPropertyValue(string $Name)

[Java]
    String getPropertyValue(String Name);

Parameters

  • Name - the name of the desired property.

Return value

    Returns

Description

    Use this method to obtain the value of the specified property.

See also:     SetPropertyValue     GetPropertyNames     Properties    

Discuss this help topic in SecureBlackbox Forum