Discuss this help topic in SecureBlackbox Forum

TElBoxFile.Comments

TElBoxFile     


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


Returns comments to the file.

Declaration

[C#]
    TElBoxComments Comments;

[VB.NET]
    Property Comments As TElBoxComments

[Pascal]
    property Comments: TElBoxComments;

[C++]
    TElBoxComments* get_Comments();

[PHP]
    TElBoxComments get_Comments()

[Java]
    TElBoxComments getComments();

Description

    Use this property to get this file's comments.

Discuss this help topic in SecureBlackbox Forum