Discuss this help topic in SecureBlackbox Forum

TElTarFileAttributes.UIDAndGIDAvailable

TElTarFileAttributes     See also     


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


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.

See also:     UName     GName    

Discuss this help topic in SecureBlackbox Forum