Gets the group of the file. Contains the group name on SFTP v4 servers and group ID on SFTP v3 servers.

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

Syntax

Visual Basic
Public ReadOnly Property Group As String
	Get
C#
public string Group { get; }

Field Value

Group.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also