Discuss this help topic in SecureBlackbox Forum

TElBoxUser.Enterprise

TElBoxUser     See also     


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


Returns a representation of this user's enterprise.

Declaration

[C#]
    TElBoxEnterprise Enterprise;

[VB.NET]
    Property Enterprise As TElBoxEnterprise

[Pascal]
    property Enterprise: TElBoxEnterprise;

[C++]
    TElBoxEnterprise* get_Enterprise();

[PHP]
    TElBoxEnterprise get_Enterprise()

[Java]
    TElBoxEnterprise getEnterprise();

Description

    Use this property to get access to this user's enterprise object.

See also:     RemoveFromEnterprise    

Discuss this help topic in SecureBlackbox Forum