Gets the group.

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.

Remarks

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also