Gets or sets the DateTime of the item creation. Only supported for SFTP v4 servers!

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

Syntax

Visual Basic
Public Property Created As DateTime
	Get
	Set
C#
public DateTime Created { get; set; }

Field Value

The DateTime of item creation.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also