Gets the user ID.
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Property UserId As Integer Get |
C# |
---|
public int UserId { get; } |
Field Value
User ID.Remarks
Use SetUserAndGroup(Int32, Int32) to set the user and group IDs.