Discuss this help topic in SecureBlackbox Forum

TElCustomTSPClientList.OwnItems

TElCustomTSPClientList     See also     


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


Specifies whether the list owns any items.

Declaration

[C#]
    bool OwnItems;

[VB.NET]
    Property OwnItems As Boolean

[Pascal]
    property OwnItems : boolean;

[C++]
    bool get_OwnItems();

[PHP]
    bool get_OwnItems()

[Java]
    boolean getOwnItems();

Description

    Use this read-only property to get know whether the list owns any TSP clients.

See also:     TSPClients    

Discuss this help topic in SecureBlackbox Forum