Xceed .NET Libraries Documentation
DeviceMinorNumber Property


Xceed.Tar Assembly > Xceed.Tar Namespace > TarredFile Class : DeviceMinorNumber Property
Gets the device minor number.
Syntax
'Declaration
 
Public ReadOnly Property DeviceMinorNumber As Integer
'Usage
 
Dim instance As TarredFile
Dim value As Integer
 
value = instance.DeviceMinorNumber
public int DeviceMinorNumber {get;}

Property Value

A value representing Device ID (if file is character or block special). The default value is 0.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TarredFile Class
TarredFile Members