Discuss this help topic in SecureBlackbox Forum

TElDirInfo.GetPropertyNames

TElDirInfo     See also     


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


Returns a list of property names.

Declaration

[C#]
    String[] GetPropertyNames();

[VB.NET]
    Function GetPropertyNames() As String[]

[Pascal]
    function GetPropertyNames : StringArray;

[C++]
    void GetPropertyNames(TStringList &OutResult);

[PHP]
    TStringList GetPropertyNames()

[Java]
    String[] getPropertyNames();

Return value

    Returns

Description

    Use this method to obtain a list of names of this directory properties.

See also:     GetPropertyValue     Properties    

Discuss this help topic in SecureBlackbox Forum