Caching Library

CacheItemMetadata.CreationDate Property

Data di creazione dell'oggetto nella cache

[Visual Basic]
Public Property CreationDate As Date
[C#]
public DateTime CreationDate { get; set; }
[C++]
public: __property DateTime get_CreationDate();
public: __property void set_CreationDate(DateTime );
[JScript]
public function get CreationDate() : DateTime
public function set CreationDate(DateTime);

See Also

CacheItemMetadata Class | Caching Namespace