ZipItem.UnixGroupId Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
UnixGroupId
Gets the Unix Group ID.
Declaration
public virtual long? UnixGroupId { get; }
Property Value
Type | Description |
---|---|
Nullable<Int64> | The Unix Group ID; null reference (Nothing in Visual Basic) if the value is not specified. |