Discuss this help topic in SecureBlackbox Forum

TElCustomDataStorageObject.Secured

TElCustomDataStorageObject     See also     


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


Specifies if the object is secured.

Declaration

[C#]
    bool Secured;

[VB.NET]
    Property Secured As Boolean

[Pascal]
    property Secured : boolean;

[C++]
    bool get_Secured();

[PHP]
    bool get_Secured()

[Java]
    boolean getSecured();

Description

    This read-only property is True if data object is secured and False otherwise.

See also:     Name    

Discuss this help topic in SecureBlackbox Forum