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


In This Topic
    UserID Property (TarredFile)
    In This Topic
    Gets or sets the user ID.
    Syntax
    'Declaration
     
    Public Property UserID As Integer
    'Usage
     
    Dim instance As TarredFile
    Dim value As Integer
     
    instance.UserID = value
     
    value = instance.UserID
    public int UserID {get; set;}

    Property Value

    A value representing the ID of the user. The default value is 0.
    Remarks

    For a USTar archive, the value must be between 0 and 2,097,151.

    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