Discuss this help topic in SecureBlackbox Forum
Specifies whether to generate and save UID of this directory.
Declaration
[VB.NET]
Property GenerateUID As Boolean
[Pascal]
property GenerateUID : boolean;
[C++]
bool get_GenerateUID();
void set_GenerateUID(bool Value);
[PHP]
bool get_GenerateUID()
void set_GenerateUID(bool $Value)
[Java]
boolean getGenerateUID();
void setGenerateUID(boolean Value);
Description
This property value is checked when saving the directory profile.
If true, the UID will be generated and saved.
The default value is true.
Discuss this help topic in SecureBlackbox Forum