Discuss this help topic in SecureBlackbox Forum

TElTarFileAttributes.DevMinor

TElTarFileAttributes     See also     


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


Device minor number.

Declaration

[C#]
    string DevMinor;

[VB.NET]
    Property DevMinor As String

[Pascal]
    property DevMinor : string;

[C++]
    void get_DevMinor(std::string &OutResult);
    void set_DevMinor(const std::string &Value);

[PHP]
    string get_DevMinor()
    void set_DevMinor(string $Value)

[Java]
    String getDevMinor();
    void setDevMinor(String Value);

Description

This property specifies device minor number file attribute.

See also:     DevMajor    

Discuss this help topic in SecureBlackbox Forum