Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum