Xceed .NET Libraries Documentation
Xceed.Tar Assembly / Xceed.Tar Namespace / TarredFile Class / DeviceMajorNumber Property


DeviceMajorNumber Property
Gets the device major number.
Syntax
'Declaration
 
Public ReadOnly Property DeviceMajorNumber As Integer
 
'Usage
 
Dim instance As TarredFile
Dim value As Integer
 
value = instance.DeviceMajorNumber

Property Value

A value representing the 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