Gets the Unix Owner ID.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public Overridable ReadOnly Property UnixOwnerId As Nullable(Of Long)
	Get
C#
public virtual Nullable<long> UnixOwnerId { get; }

Field Value

The Unix Owner ID; null reference (Nothing in Visual Basic) if the value is not specified.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also