Discuss this help topic in SecureBlackbox Forum
Specifies file owner's user identifier (UID).
Declaration
[VB.NET]
Property UID As UInt32
[Pascal]
property UID : UInt32;
[C++]
uint32_t get_UID();
void set_UID(uint32_t Value);
[PHP]
integer get_UID()
void set_UID(integer $Value)
[Java]
int getUID();
void setUID(int Value);
Description
This property contains the user identifier (UID) of the file owner.
Discuss this help topic in SecureBlackbox Forum