Discuss this help topic in SecureBlackbox Forum

TElBoxSharedLink.IsPasswordEnabled

TElBoxSharedLink     See also     


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


Specifies whether the password is enabled to access the shared resource.

Declaration

[C#]
    bool IsPasswordEnabled;

[VB.NET]
    Property IsPasswordEnabled As Boolean

[Pascal]
    property IsPasswordEnabled: boolean;

[C++]
    bool get_IsPasswordEnabled();

[PHP]
    bool get_IsPasswordEnabled()

[Java]
    boolean getIsPasswordEnabled();

Description

    Use this property to check whether the password is needed to access the resource.

See also:     URL    

Discuss this help topic in SecureBlackbox Forum