Discuss this help topic in SecureBlackbox Forum

TElBoxDataStorageObject.OwnedBy

TElBoxDataStorageObject     See also     


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


Returns the owner of the data object.

Declaration

[C#]
    TElBoxUserInfo OwnedBy;

[VB.NET]
    Property OwnedBy As TElBoxUserInfo

[Pascal]
    property OwnedBy: TElBoxUserInfo;

[C++]
    TElBoxUserInfo* get_OwnedBy();

[PHP]
    TElBoxUserInfo get_OwnedBy()

[Java]
    TElBoxUserInfo getOwnedBy();

Description

    Use this property to get owner info for this object.

See also:     CreatedBy     ModifiedBy     TransferOwnership     SharedLink    

Discuss this help topic in SecureBlackbox Forum