Discuss this help topic in SecureBlackbox Forum
Specifies whether user name and group name attributes are available.
Declaration
[C#]
bool UIDAndGIDAvailable;
[VB.NET]
Property UIDAndGIDAvailable As Boolean
[Pascal]
property UIDAndGIDAvailable : boolean;
[C++]
bool get_UIDAndGIDAvailable();
void set_UIDAndGIDAvailable(bool Value);
[PHP]
bool get_UIDAndGIDAvailable()
void set_UIDAndGIDAvailable(bool $Value)
[Java]
boolean getUIDAndGIDAvailable();
void setUIDAndGIDAvailable(boolean Value);
Description
This property specifies whether UName and GName attributes are available.
Discuss this help topic in SecureBlackbox Forum