Discuss this help topic in SecureBlackbox Forum
Device minor number.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum