Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum