Discuss this help topic in SecureBlackbox Forum

TElDirInfoProperty.AttributeByName

TElDirInfoProperty     See also     


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


Returns the attribute by its name.

Declaration

[C#]
    TElDirInfoAttribute AttributeByName(string Name);

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

[Pascal]
    function AttributeByName(const Name : string) : TElDirInfoAttribute;

[C++]
    TElDirInfoAttributeHandle AttributeByName(const std::string &Name);

[PHP]
    TElDirInfoAttribute AttributeByName(string $Name)

[Java]
    TElDirInfoAttribute attributeByName(String Name);

Parameters

  • Name - the name of the desired attribute.

Return value

    Returns

Description

    Use this method to find an attribute by its name.

See also:     Attributes     Name    

Discuss this help topic in SecureBlackbox Forum