Discuss this help topic in SecureBlackbox Forum

TElTarFileAttributes.DevMajor

TElTarFileAttributes     See also     


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


Device major number.

Declaration

[C#]
    string DevMajor;

[VB.NET]
    Property DevMajor As String

[Pascal]
    property DevMajor : string;

[C++]
    void get_DevMajor(std::string &OutResult);
    void set_DevMajor(const std::string &Value);

[PHP]
    string get_DevMajor()
    void set_DevMajor(string $Value)

[Java]
    String getDevMajor();
    void setDevMajor(String Value);

Description

This property specifies device major number file attribute.

See also:     DevMinor    

Discuss this help topic in SecureBlackbox Forum