Discuss this help topic in SecureBlackbox Forum

TElWinAzureDataStorageObject.Locked

TElWinAzureDataStorageObject     


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


Specifies whether the object is locked, or not.

Declaration

[C#]
    bool Locked;

[VB.NET]
    Property Locked As Boolean

[Pascal]
    property Locked : boolean;

[C++]
    bool get_Locked();

[PHP]
    bool get_Locked()

[Java]
    boolean getLocked();

Description

    If the value of this read-only property is True, the object is locked.

Discuss this help topic in SecureBlackbox Forum