Discuss this help topic in SecureBlackbox Forum

TElDirInfoProperty.FullName

TElDirInfoProperty     See also     


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


Returns property's full name.

Declaration

[C#]
    string FullName;

[VB.NET]
    Property FullName As String

[Pascal]
    property FullName : string;

[C++]
    void get_FullName(std::string &OutResult);

[PHP]
    string get_FullName()

[Java]
    String getFullName();

Description

    Contains the full name of the property.

See also:     Name    

Discuss this help topic in SecureBlackbox Forum