MongoGridFSCreateOptions.UploadDate Property (original) (raw)

MongoGridFSCreateOptionsUploadDate Property

Gets or sets the upload date.

Namespace: MongoDB.Driver.GridFS
Assembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

C#

VB

F#

Copy

public DateTime UploadDate { get; set; }

Public Property UploadDate As DateTime Get Set

member UploadDate : DateTime with get, set

Property Value

Type: DateTime

See Also

Reference

MongoGridFSCreateOptions Class

MongoDB.Driver.GridFS Namespace