AssetLastModifiedDate Property |
Gets the last modified date of the underlying file. Corresponds to the LastWriteTimeUtc property.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DateTime LastModifiedDate { get; set; }
Public Property LastModifiedDate As DateTime
Get
Set
public:
property DateTime LastModifiedDate {
DateTime get ();
void set (DateTime value);
}
member LastModifiedDate : DateTime with get, set
Property Value
Type:
DateTime
See Also