Gets the Unix Group ID.

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

Syntax

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

Field Value

The Unix Group 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