Discuss this help topic in SecureBlackbox Forum

TElBoxComment.CreatedBy

TElBoxComment     See also     


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


The user who created this comment.

Declaration

[C#]
    TElBoxUserInfo CreatedBy;

[VB.NET]
    Property CreatedBy As TElBoxUserInfo

[Pascal]
    property CreatedBy: TElBoxUserInfo;

[C++]
    TElBoxUserInfo* get_CreatedBy();

[PHP]
    TElBoxUserInfo get_CreatedBy()

[Java]
    TElBoxUserInfo getCreatedBy();

Description

    Returns info about the user who created this comment.

See also:     CreatedAt    

Discuss this help topic in SecureBlackbox Forum