Gets the group ID.

Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.dll)

Syntax

Visual Basic
Public ReadOnly Property GroupId As Integer
	Get
C#
public int GroupId { get; }

Field Value

Group ID.

Remarks

Use SetUserAndGroup(Int32, Int32) to set the user and group IDs.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also