LastModified Property

Stot

Stot

Document..::..LastModified Property

Gets or sets the last time the document was modified.

Namespace:  Engine
Assembly:  Engine (in Engine.dll)

Syntax


[BsonDateTimeOptionsAttribute]
public DateTime LastModified { get; set; }
<BsonDateTimeOptionsAttribute> _
Public Property LastModified As DateTime
	Get
	Set
[BsonDateTimeOptionsAttribute]
public:
property DateTime^ LastModified {
	DateTime^ get ();
	void set (DateTime^ value);
}

Field Value

The last modified.