Discuss this help topic in SecureBlackbox Forum

TElBoxDataStorageObject.CreatedBy

TElBoxDataStorageObject     See also     


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


Returns the user who created the object.

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

    Use this property to get info about the user who created this object.

See also:     CreatedAt     ModifiedBy    

Discuss this help topic in SecureBlackbox Forum